removed unnecessary debug out

This commit is contained in:
itsmattkc
2019-02-01 10:07:42 +11:00
parent 0399c36dfd
commit 5d4b564ba1
-1
View File
@@ -44,7 +44,6 @@ bool ProjectFilter::filterAcceptsRow(int source_row, const QModelIndex &source_p
if (media->get_type() == MEDIA_TYPE_SEQUENCE) {
Sequence* s = media->to_sequence();
for (int i=0;i<s->markers.size();i++) {
qDebug() << "marker name:" << s->markers.at(i).name;
if (s->markers.at(i).name.contains(search_filter, Qt::CaseInsensitive)) {
marker_contains_search = true;
break;