Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 92956ee

Browse files
remove unneeded comment
1 parent 4e4ad07 commit 92956ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ var plotly = require('../.')('username','apiKey');
243243

244244
plotly.deletePlot('88', function (err, plot) {
245245
if (err) console.log(err)
246-
else console.log(plot); // msg is the figure that was deleted
246+
else console.log(plot);
247247
});
248248
```

0 commit comments

Comments
 (0)