From 35168a00f6790651cab7a8ec22873522dd34206f Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 19 May 2011 00:13:52 +0200 Subject: [PATCH] Remove debug line. --- aniaddcli.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.52.0