]> git.sesse.net Git - kdenlive/blobdiff - src/projectitem.cpp
small cleanup in project tree drawing
[kdenlive] / src / projectitem.cpp
index d9238ad9d4ad39a0c7e7abc290cfd550fa3eadbd..7efcef3da411f362bd81a8fa5aec803709384325 100644 (file)
@@ -229,7 +229,6 @@ void ProjectItem::setProperties(const QMap < QString, QString > &attributes, con
         GenTime duration = GenTime(attributes.value("duration").toInt(), KdenliveSettings::project_fps());
         setData(1, DurationRole, Timecode::getEasyTimecode(duration, KdenliveSettings::project_fps()));
         m_clip->setDuration(duration);
-        //kDebug() << "//// LOADED CLIP, DURATION SET TO: " << duration.frames(KdenliveSettings::project_fps());
     } else  {
         // No duration known, use an arbitrary one until it is.
     }