mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
removed commented out code, removed blocks from default scripts
This commit is contained in:
parent
3d7995da34
commit
072f3dfb03
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ void FileScriptingInterface::runUnzip(QString path, QUrl url, bool autoAdd, bool
|
|||
}
|
||||
|
||||
QStringList fileList = unzipFile(path, tempDir);
|
||||
//QString filename = QUrl::fromLocalFile(fileList.first()).toString();
|
||||
|
||||
if (!fileList.isEmpty()) {
|
||||
qCDebug(scriptengine) << "File to upload: " + fileList.first();
|
||||
|
|
|
@ -24,7 +24,6 @@ var DEFAULT_SCRIPTS_COMBINED = [
|
|||
"system/makeUserConnection.js",
|
||||
"system/tablet-goto.js",
|
||||
"system/marketplaces/marketplaces.js",
|
||||
"system/marketplaces/blocksApp.js", // temporarily in default scripts for testing purposes
|
||||
"system/edit.js",
|
||||
"system/notifications.js",
|
||||
"system/dialTone.js",
|
||||
|
|
Loading…
Reference in a new issue