Merge pull request #4802 from Atlante45/add_debug

Add some debug to edit.js
This commit is contained in:
Brad Hefta-Gaub 2015-05-08 08:18:45 -07:00
commit bbc257199b

View file

@ -203,7 +203,7 @@ SelectionManager = (function() {
try { try {
listeners[i](); listeners[i]();
} catch (e) { } catch (e) {
print("got exception"); print("EntitySelectionTool got exception: " = JSON.stringify(e));
} }
} }
}; };