diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-07T09·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-07T09·29+0000 |
commit | be96c2189ca017612277ab6301164a5e2facfca5 (patch) | |
tree | a1b73ae9745dcc65b8cc2fdcc7bacadb7fa506e6 /src/store.cc | |
parent | 5895c160c466c0a97716ffdf5ef654eb1c3c6009 (diff) |
* `--realise' -> `--install'.
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) { |