* Remove debug code which was accidentally left in.
This commit is contained in:
parent
e3340c0839
commit
e6aa386f77
@ -296,7 +296,6 @@ inotify_insert_file(char * name, const char * path)
|
|||||||
if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) && rows )
|
if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) && rows )
|
||||||
{
|
{
|
||||||
id = strdup(result[1]);
|
id = strdup(result[1]);
|
||||||
printf("depth: %d, id: %s\n", depth, id);
|
|
||||||
sqlite3_free_table(result);
|
sqlite3_free_table(result);
|
||||||
sqlite3_free(sql);
|
sqlite3_free(sql);
|
||||||
if( !depth )
|
if( !depth )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user