diff --git a/misc/build.func b/misc/build.func index 5837f8b68..c5726bede 100644 --- a/misc/build.func +++ b/misc/build.func @@ -145,7 +145,6 @@ echo_default() { # This function is called when the user decides to exit the script. It clears the screen and displays an exit message. exit-script() { - clear echo -e "⚠ User exited script \n" exit }