update error messaging, remove unnecessary comments

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-08-18 13:28:01 -07:00
parent ca8a148b63
commit c701522adc
6 changed files with 16 additions and 10 deletions
@@ -610,7 +610,6 @@ namespace ScriptCanvas
CreateHandler(m_ebusName);
}
/// \note Call super() anti-pattern https://en.wikipedia.org/wiki/Call_super
Node::OnDeserialize();
}
@@ -767,7 +767,6 @@ namespace ScriptCanvas
m_resultSlotIDs.emplace_back(SlotId{});
}
/// \note Call super() anti-pattern https://en.wikipedia.org/wiki/Call_super
Node::OnDeserialize();
}
@@ -462,8 +462,6 @@ namespace ScriptCanvas
}
SetWarnOnMissingFunction(true);
/// \note Call super() anti-pattern https://en.wikipedia.org/wiki/Call_super
Node::OnDeserialize();
}