projects
/
services
/
createrepo_c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7efa74c
)
Grrr, remove forgotten debug print :)
author
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 17 Feb 2014 15:03:28 +0000
(16:03 +0100)
committer
Tomas Mlcoch
<tmlcoch@redhat.com>
Mon, 17 Feb 2014 15:03:28 +0000
(16:03 +0100)
src/sqlite.c
patch
|
blob
|
history
diff --git
a/src/sqlite.c
b/src/sqlite.c
index
0f85b7c
..
0d73e0c
100644
(file)
--- a/
src/sqlite.c
+++ b/
src/sqlite.c
@@
-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)