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

Commit

Permalink
removing testing console.log()s
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongustafson committed Nov 5, 2011
1 parent 9146aa5 commit 3cf6810
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LocalStorageDB.js
Original file line number Diff line number Diff line change
@@ -200,9 +200,7 @@ License: MIT License (see homepage)
*/
function findMatches( t, c )
{
console.log( t );
t = load( t );
console.log( t );
var
d = clone( t.data ), // never let a select mutate a row
i = d.length,

0 comments on commit 3cf6810

Please sign in to comment.