mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 13:49:46 +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) {
|
for (auto script : runningScripts) {
|
||||||
auto string = script.toString();
|
auto string = script.toString();
|
||||||
qDebug() << string;
|
|
||||||
if (!string.isEmpty()) {
|
if (!string.isEmpty()) {
|
||||||
loadScript(string);
|
loadScript(string);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue