diff options
author | Jan Darmochwal | 2010-10-09 14:36:22 +0200 |
---|---|---|
committer | Jan Darmochwal | 2010-10-09 14:36:22 +0200 |
commit | c2a5446e81b4dcd296081f99c8dc4315c0e6fd65 (patch) | |
tree | 49b859999144e8a273aa01808bbd7c2c95b6b91a | |
parent | SVG Icon support (diff) | |
download | vmchooser-c2a5446e81b4dcd296081f99c8dc4315c0e6fd65.tar.gz vmchooser-c2a5446e81b4dcd296081f99c8dc4315c0e6fd65.tar.xz vmchooser-c2a5446e81b4dcd296081f99c8dc4315c0e6fd65.zip |
Remove debug printf from vsession.cpp
-rw-r--r-- | src/vsession.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<Session*> 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(); |