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 877f7f9f..b75d2126 100644
--- a/js/controllers/objects-controller.js
+++ b/js/controllers/objects-controller.js
@@ -219,7 +219,7 @@ var objectsController = exports.ObjectsController = Montage.create(Component, {
219 219
220 if(value) { 220 if(value) {
221 this.currentObjectBindings = this.getObjectBindings(value); 221 this.currentObjectBindings = this.getObjectBindings(value);
222 console.log("Property list", this.getPropertyList(value, true)); 222 //console.log("Property list", this.getPropertyList(value, true));
223 } else { 223 } else {
224 this.currentObjectBindings = []; 224 this.currentObjectBindings = [];
225 } 225 }