repo: janusweb action: commit revision: path_from: revision_from: ea1b3926110083f0242c3156fe96bf9c62ba874c: path_to: revision_to:
commit ea1b3926110083f0242c3156fe96bf9c62ba874c Author: James BaicoianuDate: Mon May 30 15:12:11 2016 -0700 Removed debug log diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -245,7 +245,7 @@ elation.require([
} else {
var datapath = elation.config.get('janusweb.datapath', '/media/janusweb');
var transpath = datapath + 'assets/translator/web/';
- console.log('no firebox room, load the translator', transpath);
+ //console.log('no firebox room, load the translator', transpath);
this.load(transpath + 'Parallelogram.html', transpath );
}
}),
-----END OF PAGE-----