Skip to content

Commit 8831f60

Browse files
committed
remove console.warn
1 parent d4790bf commit 8831f60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/plots/clamp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as d3 from "d3";
33

44
export default async function() {
55
const data = await d3.csv("data/bls-industry-unemployment.csv", d3.autoType);
6-
console.warn(data);
76
return Plot.plot({
87
clamp: true,
98
x: {domain: [new Date(Date.UTC(2006, 0, 1)), new Date(Date.UTC(2008, 0, 1))], clamp: false},

0 commit comments

Comments
 (0)