From: APTX Date: Wed, 18 May 2011 22:13:52 +0000 (+0200) Subject: Remove debug line. X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=35168a00f6790651cab7a8ec22873522dd34206f;p=AniAddCLI.git Remove debug line. --- diff --git a/aniaddcli.cpp b/aniaddcli.cpp index ead8f34..d84166a 100644 --- a/aniaddcli.cpp +++ b/aniaddcli.cpp @@ -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;