Skip to content

Commit

Permalink
Took out a leftover debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Jul 18, 2011
1 parent b7aac2a commit b057ebf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FMDatabase.m
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ - (int)changes {

- (void)bindObject:(id)obj toColumn:(int)idx inStatement:(sqlite3_stmt*)pStmt {

NSLog(@"%d", idx);

if ((!obj) || ((NSNull *)obj == [NSNull null])) {
sqlite3_bind_null(pStmt, idx);
}
Expand Down

0 comments on commit b057ebf

Please sign in to comment.