Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Wed, 16 Oct 2013 11:20:39 +0000 (12:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 16 Oct 2013 11:20:39 +0000 (12:20 +0100)
src/lib/cross.cc

index ac94e8015af3554473424d8f672690f5cef8fef0..4b0b440c5baa58360c8cb86ec2b5ba6367b9e8f4 100644 (file)
@@ -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