Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 8de49c3

Browse files
committed
removed debug loop
1 parent 1196806 commit 8de49c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ramobjectmodels/ramscheduletablemodel.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ QVariant RamScheduleTableModel::data(const QModelIndex &index, int role) const
231231
}
232232

233233
// try without lookup, just in case
234-
if (!foundEntry)
234+
/*if (!foundEntry)
235235
for (int i = 0; i < user->schedule()->count(); i++) {
236236
RamScheduleEntry *entry = RamScheduleEntry::c( user->schedule()->get(i) );
237237
RamProject *entryProj = entry->project();
@@ -245,7 +245,7 @@ QVariant RamScheduleTableModel::data(const QModelIndex &index, int role) const
245245
foundEntry = entry;
246246
break;
247247
}
248-
}
248+
}*/
249249

250250
if (foundEntry)
251251
{

0 commit comments

Comments
 (0)