diff options
author | Wu Xiaotian <[email protected]> | 2020-03-11 11:37:39 +0800 |
---|---|---|
committer | Wu Xiaotian <[email protected]> | 2020-04-29 14:21:27 +0800 |
commit | 51075d48a807c612ce4540fc9ebf6e57cded37d2 (patch) | |
tree | 69f4c28ba936335119a1167a20f05d8183a31084 /applets/clock/clock-location-tile.c | |
parent | 498469e29e3a4ad73d8278ea00e9862deaed6563 (diff) | |
download | mate-panel-51075d48a807c612ce4540fc9ebf6e57cded37d2.tar.bz2 mate-panel-51075d48a807c612ce4540fc9ebf6e57cded37d2.tar.xz |
remove debug code
Diffstat (limited to 'applets/clock/clock-location-tile.c')
-rw-r--r-- | applets/clock/clock-location-tile.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applets/clock/clock-location-tile.c b/applets/clock/clock-location-tile.c index c7cee4b7..7d478567 100644 --- a/applets/clock/clock-location-tile.c +++ b/applets/clock/clock-location-tile.c @@ -571,25 +571,18 @@ clock_location_tile_refresh (ClockLocationTile *this, gboolean force_refresh) } } - debug_print("IIII"); /* FIXME */ if (clock_needs_face_refresh (this)) { - debug_print("IIII"); clock_face_refresh (CLOCK_FACE (priv->clock_face)); } if (!force_refresh && !clock_needs_label_refresh (this)) { - debug_print("IIII"); return; } - debug_print("IIII"); clock_location_localtime (priv->location, &now); - debug_print("IIII"); tzname = clock_location_get_tzname (priv->location); - debug_print("IIII"); if (tzname == NULL) { - debug_print("IIII"); tzname = clock_location_get_tzid (priv->location); } |