Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 3cf6810

Browse files
removing testing console.log()s
1 parent 9146aa5 commit 3cf6810

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LocalStorageDB.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ License: MIT License (see homepage)
200200
*/
201201
function findMatches( t, c )
202202
{
203-
console.log( t );
204203
t = load( t );
205-
console.log( t );
206204
var
207205
d = clone( t.data ), // never let a select mutate a row
208206
i = d.length,

0 commit comments

Comments
 (0)