summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-16 12:20:39 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-16 12:20:39 +0100
commit626689c8f57341b57d50fe46f343b0cbed56504d (patch)
tree68883341dbb1349745ffc1824f29b95faefc1a85 /src/lib
parente24d0def5b4e6c1825620b032af9f63c9eb78693 (diff)
Remove some debug code.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.cc3
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