Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Oct 2013 15:31:22 +0000 (16:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Oct 2013 15:31:22 +0000 (16:31 +0100)
src/dcp_time.cc

index df753efd348364fc7be2a703fd1393a3e996139e..14155fdb01929fa352424cfc81a2855107916b1b 100644 (file)
@@ -51,8 +51,6 @@ Time::Time (int64_t ticks)
        s = ticks / 250;
        ticks -= int64_t (s) * 250;
        t = ticks;
-
-       std::cout << "Hello: " << h << " " << m << " " << s << " " << t << "\n";
 }
 
 void