update error messaging, remove unnecessary comments
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user