From e6aa386f773747572bd1c59a6b31659a74a9e0d6 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 3 Mar 2009 00:14:12 +0000 Subject: [PATCH] * Remove debug code which was accidentally left in. --- inotify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/inotify.c b/inotify.c index 429a7d0..a77473d 100644 --- a/inotify.c +++ b/inotify.c @@ -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 )