Skip to content

Commit

Permalink
Removed debug stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed May 25, 2024
1 parent 2618f66 commit de4d3ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions raspi-config
Original file line number Diff line number Diff line change
Expand Up @@ -3254,8 +3254,6 @@ do_kernels() {

KERNELS_UNUSED="$(ls -1 /boot | grep -v "$(uname -r)" | grep -E "$KERNELS_INITRD_GREP_REGEX" | sed "$KERNELS_INITRD_DELETE_SED")"

echo "-$KERNELS_UNUSED-"

if [ "$INTERACTIVE" = True ]; then

if [ -z "$KERNELS_UNUSED" ] && [ -e "$KERNELS_UNUSED_FILE" ]; then
Expand Down

0 comments on commit de4d3ff

Please sign in to comment.