Skip to content

Commit

Permalink
prefs: Remove unneeded log line
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Aug 17, 2023
1 parent efb3f56 commit 59818fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const DockSettings = GObject.registerClass({
GLib.source_remove(this._icon_size_timeout);
this._icon_size_timeout = GLib.timeout_add(
GLib.PRIORITY_DEFAULT, SCALE_UPDATE_TIMEOUT, () => {
log(scale.get_value());
this._settings.set_int('dash-max-icon-size', scale.get_value());
this._icon_size_timeout = 0;
return GLib.SOURCE_REMOVE;
Expand Down

0 comments on commit 59818fc

Please sign in to comment.