Skip to content

Commit

Permalink
Remove qdebug message from lxqttaskbarbackendplasma.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbritanicus authored and gfgit committed Apr 11, 2024
1 parent 6cdf8c3 commit bf283bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/backends/wayland/plasma/lxqttaskbarbackendplasma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ bool LXQtTaskbarPlasmaBackend::reloadWindows()

QVector<WId> LXQtTaskbarPlasmaBackend::getCurrentWindows() const
{
qDebug() << "--------------> Retrieving current window list";
QVector<WId> wids;
wids.reserve(wids.size());

Expand Down

0 comments on commit bf283bf

Please sign in to comment.