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 1b21496

Browse files
committed
Remove unused variable
1 parent 7a360d2 commit 1b21496

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notebook.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module.exports = function(div, data, layout) {
55
data = data || [];
66
layout = layout || {};
77

8-
var timestamp = new Date().getTime();
9-
108
return [
119
'<div class=\'plotly-plot\'>',
1210
'<script type=\'text/javascript\' ',

0 commit comments

Comments
 (0)