From 118cb64416eb3bbbfee47bd3c618fc8825d85f54 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 9 Aug 2012 19:06:46 +0200 Subject: add some UI stubs --- sowatchui/watchesmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'sowatchui/watchesmodel.cpp') diff --git a/sowatchui/watchesmodel.cpp b/sowatchui/watchesmodel.cpp index c45a229..69de3a0 100644 --- a/sowatchui/watchesmodel.cpp +++ b/sowatchui/watchesmodel.cpp @@ -39,7 +39,6 @@ int WatchesModel::rowCount(const QModelIndex &parent) const QVariant WatchesModel::data(const QModelIndex &index, int role) const { - qDebug() << "Asked for data" << index.row() << index.column() << role; ConfigKey *config = _list[index.row()]; QString key = config->key(); QString id = key.mid(key.lastIndexOf('/') + 1); -- cgit v1.2.3