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 committed Apr 4, 2024
1 parent 5b25762 commit c3d0531
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 c3d0531

Please sign in to comment.