Grrr, remove forgotten debug print :)
authorTomas Mlcoch <tmlcoch@redhat.com>
Mon, 17 Feb 2014 15:03:28 +0000 (16:03 +0100)
committerTomas Mlcoch <tmlcoch@redhat.com>
Mon, 17 Feb 2014 15:03:28 +0000 (16:03 +0100)
src/sqlite.c

index 0f85b7c..0d73e0c 100644 (file)
@@ -77,9 +77,6 @@ static inline int cr_sqlite3_bind_text(sqlite3_stmt *stmt, int i,
         free_content = 1;
     }
 
-    if (orig_content && g_str_has_prefix(orig_content, "font(ipa")) {
-        printf(">>>>>>>>>>>>>>>>>>> %s\n", content);
-    }
     ret = sqlite3_bind_text(stmt, i, content, len, desctructor);
 
     if (free_content)