summaryrefslogtreecommitdiffstats
path: root/src/sessiontreemodel.cpp
diff options
context:
space:
mode:
authorJan Darmochwal2010-10-06 11:01:33 +0200
committerJan Darmochwal2010-10-06 11:01:33 +0200
commit87916ccf71bd35f41a84c1e8f0fe211b5279c558 (patch)
tree1e24297ade776b151d163db7e48081a9fa63a613 /src/sessiontreemodel.cpp
parenti18n support and German translation (diff)
downloadvmchooser-87916ccf71bd35f41a84c1e8f0fe211b5279c558.tar.gz
vmchooser-87916ccf71bd35f41a84c1e8f0fe211b5279c558.tar.xz
vmchooser-87916ccf71bd35f41a84c1e8f0fe211b5279c558.zip
Remove debug printfs
Diffstat (limited to 'src/sessiontreemodel.cpp')
-rw-r--r--src/sessiontreemodel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sessiontreemodel.cpp b/src/sessiontreemodel.cpp
index d3cd7ac..a5088d2 100644
--- a/src/sessiontreemodel.cpp
+++ b/src/sessiontreemodel.cpp
@@ -7,7 +7,6 @@
SessionTreeModel::SessionTreeModel(QObject *parent)
: QAbstractItemModel(parent)
{
- printf("new SessionTreeModel created\n");
root_ = new SessionTreeItem("dummy");
}
@@ -44,8 +43,6 @@ int SessionTreeModel::rowCount(const QModelIndex &parent) const
QVariant SessionTreeModel::data(const QModelIndex &index, int role) const
{
- printf("request for model row %d role %d\n", index.row(), role);
-
if (!index.isValid()) {
return QVariant();
}