Skip to content

Commit fc03cce

Browse files
committed
change "unable to bind..." warning to a log
because it doesn't really seem to be an error, things work fine even when this is triggered at least in updatemenus.json
1 parent 1275661 commit fc03cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ exports.manageCommandObserver = function(gd, container, commandList, onchange) {
114114
} else {
115115
// TODO: It'd be really neat to actually give a *reason* for this, but at least a warning
116116
// is a start
117-
Lib.warn('Unable to automatically bind plot updates to API command');
117+
Lib.log('Unable to automatically bind plot updates to API command');
118118

119119
ret.lookupTable = {};
120120
ret.remove = function() {};

0 commit comments

Comments
 (0)