Skip to content

Commit

Permalink
Removed debugging information for the instanceStarted signal
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev committed Sep 9, 2020
1 parent be013ef commit ca8e9aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion singleapplication_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ void SingleApplicationPrivate::readInitMessageBody( QLocalSocket *sock )
( connectionType == SecondaryInstance &&
options & SingleApplication::Mode::SecondaryNotification ) )
{
qDebug() << "SingleApplication: instanceStarted()";
Q_EMIT q->instanceStarted();
}

Expand Down

0 comments on commit ca8e9aa

Please sign in to comment.