removing trailing debug

This commit is contained in:
Wayne Chen 2018-12-05 08:21:11 -08:00
parent a30f4ed0b3
commit a2a4d2ff89

View file

@ -322,7 +322,6 @@ void ScriptEngines::loadScripts() {
for (auto script : runningScripts) {
auto string = script.toString();
qDebug() << string;
if (!string.isEmpty()) {
loadScript(string);
}