clean up debug output settings

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2021-12-08 18:52:24 -08:00
parent f551cb2345
commit 1d0e2e6379
3 changed files with 4 additions and 3 deletions
@@ -145,6 +145,7 @@ namespace ScriptCanvasEditor
}
Idle();
RestoreSettings();
}
void Model::OnScanComplete()
@@ -161,6 +162,7 @@ namespace ScriptCanvasEditor
return;
}
CacheSettings();
m_state = State::Scanning;
m_log.Activate();
m_keepEditorAlive = AZStd::make_unique<EditorKeepAlive>();