diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-16 12:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-16 12:20:39 +0100 |
| commit | 626689c8f57341b57d50fe46f343b0cbed56504d (patch) | |
| tree | 68883341dbb1349745ffc1824f29b95faefc1a85 /src | |
| parent | e24d0def5b4e6c1825620b032af9f63c9eb78693 (diff) | |
Remove some debug code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/cross.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc index ac94e8015..4b0b440c5 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -128,11 +128,8 @@ app_contents () boost::filesystem::path path (buffer); path = boost::filesystem::canonical (path); - std::cout << "start " << path << "\n"; path = path.parent_path (); - std::cout << "then " << path << "\n"; path = path.parent_path (); - std::cout << "and then " << path << "\n"; return path; } #endif |
