Skip to content

Commit 517cd9a

Browse files
committed
Remove logs
1 parent 4c91b3b commit 517cd9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/comlink.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const rows = await sqliteClient.executeSql(
1414
'SELECT a FROM t ORDER BY a LIMIT 3',
1515
);
1616

17-
console.log(rows);
1817
document.querySelector('.comlink').innerHTML = rows
1918
.map((row) => row.a)
2019
.join('<br />');

0 commit comments

Comments
 (0)