Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc03cce

Browse filesBrowse 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
Copy full SHA for fc03cce

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/plots/command.js

Copy file name to clipboardExpand all lines: src/plots/command.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.