removed commented out code, removed blocks from default scripts

This commit is contained in:
Elisa Lupin-Jimenez 2017-08-15 10:25:14 -07:00
parent 3d7995da34
commit 072f3dfb03
2 changed files with 0 additions and 2 deletions

View file

@ -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();

View file

@ -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",