mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Removed Debug
This commit is contained in:
parent
61981b9470
commit
d6e7caa4db
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void ClipboardScriptingInterface::exportVoxel(float x, float y, float z, float s
|
|||
}
|
||||
|
||||
bool ClipboardScriptingInterface::importVoxels() {
|
||||
qDebug() << "[DEBUG] Importing ... ";
|
||||
qDebug() << "Importing ... ";
|
||||
QEventLoop loop;
|
||||
connect(Application::getInstance(), SIGNAL(importDone()), &loop, SLOT(quit()));
|
||||
emit readyToImport();
|
||||
|
|
Loading…
Reference in a new issue