diff options
Diffstat (limited to 'src/lib')
| -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 |
