remove ScriptEngine stop completion debug

This commit is contained in:
Stephen Birarda 2015-05-08 15:35:48 -07:00
parent 8359a1a492
commit 637600697b

View file

@ -633,8 +633,6 @@ void ScriptEngine::run() {
emit doneRunning();
_doneRunningThisScript = true;
qDebug() << "Agent script-engine stop completed";
}
// NOTE: This is private because it must be called on the same thread that created the timers, which is why