Removed commented line

This commit is contained in:
dmcdiar
2021-04-18 23:15:02 -07:00
parent 456bcb3bf9
commit 46b9f1934d
@@ -121,7 +121,6 @@ namespace AZ
// create output PassAttachment
m_passAttachment = aznew PassAttachment();
m_passAttachment->m_name = "Output";
//m_passAttachment->m_path = "Output";
AZ::Name attachmentPath(AZStd::string::format("%s.%s", GetPathName().GetCStr(), m_passAttachment->m_name.GetCStr()));
m_passAttachment->m_path = attachmentPath;
m_passAttachment->m_lifetime = RHI::AttachmentLifetimeType::Transient;