Skip to content

Commit d9a8054

Browse files
committed
removed debug code
1 parent 1a58c99 commit d9a8054

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

AutoUpdaterGui/updatecontroller.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,8 @@ UpdateControllerPrivate::UpdateControllerPrivate(UpdateController *q_ptr, const
342342
q_ptr, &UpdateController::timerTriggered);
343343

344344
#ifdef Q_OS_UNIX
345-
//TODO test
346345
QFileInfo maintenanceInfo(QCoreApplication::applicationDirPath(),
347-
this->mainUpdater->maintenanceToolPath());
348-
qDebug() << maintenanceInfo.ownerId();
346+
this->mainUpdater->maintenanceToolPath());
349347
this->runAdmin = (maintenanceInfo.ownerId() == 0);
350348
#endif
351349
}

0 commit comments

Comments
 (0)