aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/objects-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controllers/objects-controller.js')
-rw-r--r--js/controllers/objects-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controllers/objects-controller.js b/js/controllers/objects-controller.js
index 3a6f6e97..b8efd432 100644
--- a/js/controllers/objects-controller.js
+++ b/js/controllers/objects-controller.js
@@ -218,7 +218,7 @@ var objectsController = exports.ObjectsController = Montage.create(Montage, {
218 218
219 if(value) { 219 if(value) {
220 this.currentObjectBindings = this.getObjectBindings(value); 220 this.currentObjectBindings = this.getObjectBindings(value);
221 console.log("Property list", this.getPropertyList(value, true)); 221 //console.log("Property list", this.getPropertyList(value, true));
222 } else { 222 } else {
223 this.currentObjectBindings = []; 223 this.currentObjectBindings = [];
224 } 224 }