From f27ba7db723f7d4e085b00e36cfff7b2b8c63f35 Mon Sep 17 00:00:00 2001 From: Lisa Vitolo Date: Thu, 1 Sep 2011 19:27:17 +0200 Subject: [PATCH] Forgot a debug print, sorry :) --- syncoperation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/syncoperation.cpp b/syncoperation.cpp index dfe9848..8721e3e 100644 --- a/syncoperation.cpp +++ b/syncoperation.cpp @@ -54,7 +54,6 @@ void SyncOperation::start() Akabei::Backend *backend = Akabei::Backend::instance(); APM::OperationName operation = m_operations.takeFirst(); - qDebug() << "prossima operazione: " << operation; switch(operation) { -- GitLab