Skip to content

Commit 281eb0b

Browse files
authored
SpiceSpy v5.2.1 (#6930)
1 parent 8af03f8 commit 281eb0b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

SpiceSpy@claudiux/files/SpiceSpy@claudiux/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v5.2.1~20250226
2+
* Removed debug messages.
3+
14
### v5.2.0~20250226
25
* Adapts the panel display to the size of the information.
36
* Fixes #6926.

SpiceSpy@claudiux/files/SpiceSpy@claudiux/applet.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,12 +507,8 @@ class SpiceSpy extends Applet.TextIconApplet {
507507
if (!this.useful_only || comments!=0) _labels.push("%s %s".format(MESSAGE_CHAR, comments.toString()));
508508
if (!this.useful_only || (this.show_translations && translations!=0)) _labels.push("%s %s".format(FLAG_CHAR, translations.toString()));
509509
if (this.is_vertical) {
510-
logDebug("Vertical panel");
511510
_label = ""+_labels.join("\n");
512511
} else {
513-
logDebug("Horizontal panel");
514-
logDebug("_labels.length * 20: "+_labels.length * 20);
515-
logDebug("this._panelHeight: "+this._panelHeight);
516512
if (_labels.length * 20 <= this._panelHeight)
517513
_label = ""+_labels.join("\n");
518514
else

SpiceSpy@claudiux/files/SpiceSpy@claudiux/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"uuid": "SpiceSpy@claudiux",
33
"name": "SpiceSpy",
44
"description": "Notifies you when there's a change to your favorite Spices on the website.",
5-
"version": "5.2.0",
5+
"version": "5.2.1",
66
"max-instances": 1,
77
"author": "claudiux"
88
}

0 commit comments

Comments
 (0)