Skip to content

Commit d79a50d

Browse files
author
fuzzy01
committed
remove debug logging in release version
1 parent 76962e9 commit d79a50d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

autotweak.plg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
##&name;
2222
###&version;
23+
- Fix spelling.
24+
- Adds more cleanup to uninstall.
25+
26+
###1.3.11
2327
- Add NVME SSD power management policy feature.
2428
- Improve GUI field descriptions and consistency.
2529

source/scripts/autotweak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log() {
2323

2424
# Log the message with the script's basename as the tag
2525
logger -t "$(basename "$0")" "$message"
26-
echo "$message" > /dev/tty
26+
# echo "$message" > /dev/tty
2727
}
2828

2929
#

0 commit comments

Comments
 (0)