Mercurial > hg > svcore
changeset 806:335c3f922327 qt5
Remove some debug
author | Chris Cannam |
---|---|
date | Tue, 14 May 2013 12:26:30 +0100 |
parents | c379b43935ef |
children | d8ec22ef0da8 |
files | base/RealTime.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/base/RealTime.cpp Tue May 14 10:55:27 2013 +0100 +++ b/base/RealTime.cpp Tue May 14 12:26:30 2013 +0100 @@ -341,7 +341,7 @@ out << ":"; - std::cerr << "div = " << div << ", f = "<< f << std::endl; +// std::cerr << "div = " << div << ", f = "<< f << std::endl; while (div) { int d = (f / div) % 10; @@ -351,7 +351,7 @@ std::string s = out.str(); - std::cerr << "converted " << toString() << " to " << s << std::endl; +// std::cerr << "converted " << toString() << " to " << s << std::endl; return s; }