mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 10:33:40 +02:00
removing trailing debug
This commit is contained in:
parent
a30f4ed0b3
commit
a2a4d2ff89
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ void ScriptEngines::loadScripts() {
|
|||
|
||||
for (auto script : runningScripts) {
|
||||
auto string = script.toString();
|
||||
qDebug() << string;
|
||||
if (!string.isEmpty()) {
|
||||
loadScript(string);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue