Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit d9b1bd6

Browse files
author
Anita Steiner
authored
Update index.html
1 parent e06731d commit d9b1bd6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ <h1>
123123
const y2 = document.querySelector('#y2').valueAsNumber ?? 100;
124124

125125
const newWindow = {xMinMax: [x1, x2], yMinMax: [y1, y2]};
126-
console.debug('NEW WINDOW', newWindow);
127126
s.window = newWindow;
128127
} else {
129128
console.error('Cannot set the new window, because the scatterplot was not instantiated.');

0 commit comments

Comments
 (0)