From 59d1d58d0fcca62e1e8097cbcfbb0738097ac2b3 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 30 Dec 2012 22:53:33 +0000 Subject: [PATCH] oops, I didn't mean to commit these debugging cerr's --- qt/app.cc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/qt/app.cc b/qt/app.cc index 895cad2a7..bc67a073d 100644 --- a/qt/app.cc +++ b/qt/app.cc @@ -475,16 +475,6 @@ MyApp :: notify( const QString& title, const QString& body ) const int main( int argc, char * argv[] ) { -std::cerr << "sizeof double " << sizeof(double) << std::endl; -std::cerr << "sizeof Speed " << sizeof(Speed) << std::endl; -std::cerr << "sizeof int " << sizeof(int) << std::endl; -std::cerr << "sizeof bool " << sizeof(bool) << std::endl; -std::cerr << "sizeof uint64_t " << sizeof(uint64_t) << std::endl; -std::cerr << "sizeof QString is " << sizeof(QString) << std::endl; -std::cerr << "sizeof TrFile is " << sizeof(struct TrFile) << std::endl; -std::cerr << "sizeof Peer is " << sizeof(Peer) << std::endl; -std::cerr << "sizeof TrackerStat is " << sizeof(TrackerStat) << std::endl; - // find .torrents, URLs, magnet links, etc in the command-line args int c; QStringList addme; -- 2.40.0