mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 07:35:40 +02:00
Remove debug
This commit is contained in:
@@ -338,8 +338,6 @@ void SysTrayXLink::DecodeMessage( const QByteArray& message )
|
||||
{
|
||||
QString window_state_str = jsonObject[ "window" ].toString();
|
||||
|
||||
emit signalConsole( "Window state: " + window_state_str );
|
||||
|
||||
Preferences::WindowState window_state;
|
||||
if( window_state_str == Preferences::STATE_NORMAL_STR )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user