From c2a5446e81b4dcd296081f99c8dc4315c0e6fd65 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Sat, 9 Oct 2010 14:36:22 +0200 Subject: Remove debug printf from vsession.cpp --- src/vsession.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vsession.cpp b/src/vsession.cpp index bff0bc6..a49105d 100644 --- a/src/vsession.cpp +++ b/src/vsession.cpp @@ -304,7 +304,6 @@ QList VSession::readXmlDir(const QString& path) { } bool VSession::operator<(const Session& other) const { - printf("VSession::operator< called\n"); int p0 = this->priority(); int p1 = other.priority(); -- cgit v1.2.3-55-g7522