Skip to content

Commit

Permalink
[skip ci] code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 14, 2020
1 parent 76f818d commit d26e60f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Gui/DownloadItem.cpp
Expand Up @@ -130,8 +130,6 @@ AutoSaver::~AutoSaver()

void AutoSaver::changeOccurred()
{
if (!m_firstChange.isValid())
printf("changeOccurred\n");
if (!m_firstChange.isValid())
m_firstChange.start();

Expand All @@ -156,7 +154,6 @@ void AutoSaver::saveIfNecessary()
if (!m_timer.isActive())
return;
m_timer.stop();
printf("saveifnecessary\n");
m_firstChange = QElapsedTimer();
if (!QMetaObject::invokeMethod(parent(), "save", Qt::DirectConnection)) {
qWarning() << "AutoSaver: error invoking slot save() on parent";
Expand Down

0 comments on commit d26e60f

Please sign in to comment.