* Remove debug code which was accidentally left in.

This commit is contained in:
Justin Maggard 2009-03-03 00:14:12 +00:00
parent e3340c0839
commit e6aa386f77

View File

@ -296,7 +296,6 @@ inotify_insert_file(char * name, const char * path)
if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) && rows )
{
id = strdup(result[1]);
printf("depth: %d, id: %s\n", depth, id);
sqlite3_free_table(result);
sqlite3_free(sql);
if( !depth )