Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Oct 29, 2023
1 parent aabb7d2 commit 4b60f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diskspace@schorschii/files/diskspace@schorschii/desklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ MyDesklet.prototype = {
use = size - avail;
} else {
use = fileInfo.get_attribute_uint64(Gio.FILE_ATTRIBUTE_FILESYSTEM_USED);
global.log(use.toString());
}
percentString = Math.round(use * 100 / size) + "%";
} catch(err) {
Expand Down

0 comments on commit 4b60f9f

Please sign in to comment.