File tree 3 files changed +4
-5
lines changed
SpiceSpy@claudiux/files/SpiceSpy@claudiux
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### v5.2.1~ 20250226
2
+ * Removed debug messages.
3
+
1
4
### v5.2.0~ 20250226
2
5
* Adapts the panel display to the size of the information.
3
6
* Fixes #6926 .
Original file line number Diff line number Diff line change @@ -507,12 +507,8 @@ class SpiceSpy extends Applet.TextIconApplet {
507
507
if ( ! this . useful_only || comments != 0 ) _labels . push ( "%s %s" . format ( MESSAGE_CHAR , comments . toString ( ) ) ) ;
508
508
if ( ! this . useful_only || ( this . show_translations && translations != 0 ) ) _labels . push ( "%s %s" . format ( FLAG_CHAR , translations . toString ( ) ) ) ;
509
509
if ( this . is_vertical ) {
510
- logDebug ( "Vertical panel" ) ;
511
510
_label = "" + _labels . join ( "\n" ) ;
512
511
} else {
513
- logDebug ( "Horizontal panel" ) ;
514
- logDebug ( "_labels.length * 20: " + _labels . length * 20 ) ;
515
- logDebug ( "this._panelHeight: " + this . _panelHeight ) ;
516
512
if ( _labels . length * 20 <= this . _panelHeight )
517
513
_label = "" + _labels . join ( "\n" ) ;
518
514
else
Original file line number Diff line number Diff line change 2
2
"uuid" : " SpiceSpy@claudiux" ,
3
3
"name" : " SpiceSpy" ,
4
4
"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 " ,
6
6
"max-instances" : 1 ,
7
7
"author" : " claudiux"
8
8
}
You can’t perform that action at this time.
0 commit comments