From 714bf4f2ab669c0a3c5afb963659146cfae4c5f6 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 27 Mar 2009 22:22:01 +0000 Subject: [PATCH] - Removed some debug --- src/bittorrent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 20b38f2a8..248207973 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -910,7 +910,6 @@ void bittorrent::setDefaultTempPath(QString temppath) { for(torrentIT = torrents.begin(); torrentIT != torrents.end(); torrentIT++) { QTorrentHandle h = QTorrentHandle(*torrentIT); if(!h.is_valid()) continue; - std::cout << "Moving storage for " << h.hash().toUtf8().data() << ", from " << h.save_path().toUtf8().data() << " to " << getSavePath(h.hash()).toUtf8().data() << std::endl; h.move_storage(getSavePath(h.hash())); } } else {