Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dantehemerson committed Jan 16, 2023
1 parent f0ef4f0 commit 5527acc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ var LOCATION_BY_INDEX = {
function init() {}

function enable() {
log("One-Thing enabled");

settings = ExtensionUtils.getSettings("org.gnome.shell.extensions.one-thing");

[indexChanged, locationChanged] = [
Expand Down Expand Up @@ -74,6 +72,4 @@ function disable() {
settings.disconnect(locationChanged);

settings = null;

log("One-Thing stopped");
}

0 comments on commit 5527acc

Please sign in to comment.