aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/atlas.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/atlas.go')
-rw-r--r--cmd/atlas.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/atlas.go b/cmd/atlas.go
index b0ec3af..f09e556 100644
--- a/cmd/atlas.go
+++ b/cmd/atlas.go
@@ -219,9 +219,7 @@ func main() {
if err := interpreter.Run(); err != nil && err != io.EOF {
slog.Error("Fatal error occured", slog.String("err", err.Error()))
os.Exit(1)
- } else {
- fmt.Println("\nLeaving atlasi.")
- }
+ }
}
}