Skip to content

Commit fc2fbd0

Browse files
author
Kevin Nadro
committed
remove console log
1 parent f7bcdda commit fc2fbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/create/array1d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const setup = () => {
2727

2828
var numColumns = getNumColumns();
2929
var data = array2D.fauxData(1,numColumns)[0];
30-
console.log(data);
30+
3131
arr1DTracer.setData(data);
3232
array2D.tableToInputFields(1, numColumns);
3333
util.positionModules();

0 commit comments

Comments
 (0)