changeset 117:3dc81012e76a

remove test
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2015 17:05:30 +0100
parents 1eee3fa64670
children 2013b4250ac6 52d939c1a760
files Plugin/Cache/CacheManager.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Cache/CacheManager.cpp	Mon Dec 07 17:15:57 2015 +0100
+++ b/Plugin/Cache/CacheManager.cpp	Tue Dec 08 17:05:30 2015 +0100
@@ -304,7 +304,6 @@
 
     if (!pimpl_->db_.DoesTableExist("CacheProperties"))
     {
-      printf("ICI\n");
       pimpl_->db_.Execute("CREATE TABLE CacheProperties(property INTEGER PRIMARY KEY, value TEXT);");
     }