diff options
Diffstat (limited to 'src/store.cc')
-rw-r--r-- | src/store.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/store.cc b/src/store.cc index 73713201d7e2..977cd2594f0b 100644 --- a/src/store.cc +++ b/src/store.cc @@ -125,11 +125,8 @@ static string queryPathByHashPrefix(Hash hash, const string & prefix) for (Strings::iterator it = paths.begin(); it != paths.end(); it++) { - debug(*it); string path = *it; try { - debug(path); - debug(prefix); if (isInPrefix(path, prefix) && hashPath(path) == hash) return path; } catch (Error & e) { |