]> Some of my projects - AniAddCLI.git/commitdiff
Remove debug line.
authorAPTX <marek321@gmail.com>
Wed, 18 May 2011 22:13:52 +0000 (00:13 +0200)
committerAPTX <marek321@gmail.com>
Wed, 18 May 2011 22:13:52 +0000 (00:13 +0200)
aniaddcli.cpp

index ead8f349cc913313b0996cc6a9dc1fcf92882385..d84166a902951dca5ce3b4cb5dcab6f09b1e3213 100644 (file)
@@ -73,7 +73,6 @@ void AniAddCli::process(const QStringList &files, bool rename, bool add, bool se
 void AniAddCli::handleStatusUpdate(AniDBUdpClient::File::Action action, AniDBUdpClient::File::ActionState state, int progress)
 {
        AniDBUdpClient::File *file = (AniDBUdpClient::File *) sender();
-       qDebug() << (action == AniDBUdpClient::File::All) << "ALLL";
        if (state == AniDBUdpClient::File::InProgress && progress) // Just show once per InProgress
                return;