Skip to content

Commit

Permalink
remove unnecessary debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Dec 6, 2024
1 parent 1d937d2 commit e5a6e5a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,3 @@ fi
<% end %>

#DEBHELPER#

. /etc/default/<%= service_name %>
echo "FLUENT_PACKAGE_SERVICE_RESTART: $FLUENT_PACKAGE_SERVICE_RESTART"
case "$FLUENT_PACKAGE_SERVICE_RESTART" in
auto|manual)
echo "FLUENT_PACKAGE_SERVICE_RESTART: $FLUENT_PACKAGE_SERVICE_RESTART"
;;
*)
;;
esac

0 comments on commit e5a6e5a

Please sign in to comment.