Removed debugging messages committed accidentally
This commit is contained in:
parent
cde30f0e4e
commit
05898312ce
|
@ -545,8 +545,6 @@ int panel_reset(Panel * panel)
|
||||||
if((applets = panel_get_config(panel, s, "applets"))
|
if((applets = panel_get_config(panel, s, "applets"))
|
||||||
!= NULL && string_length(applets) == 0)
|
!= NULL && string_length(applets) == 0)
|
||||||
applets = NULL;
|
applets = NULL;
|
||||||
fprintf(stderr, "DEBUG: %s() %u \"%s\"\n", __func__, position,
|
|
||||||
applets);
|
|
||||||
string_delete(s);
|
string_delete(s);
|
||||||
if(enabled == FALSE || applets == NULL)
|
if(enabled == FALSE || applets == NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user