# HG changeset patch # User Sebastien Jodogne # Date 1449590730 -3600 # Node ID 3dc81012e76af49308ddcde23d39d1da8899b1f0 # Parent 1eee3fa64670058f586b11cb40ad899031041000 remove test diff -r 1eee3fa64670 -r 3dc81012e76a Plugin/Cache/CacheManager.cpp --- 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);"); }