Removed visit count from view.
authorTim Vaughan <plugd@thelambdalab.xyz>
Fri, 29 May 2020 09:48:15 +0000 (11:48 +0200)
committerTim Vaughan <plugd@thelambdalab.xyz>
Fri, 29 May 2020 09:48:15 +0000 (11:48 +0200)
view.scm

index 9544414..7d3ab12 100755 (executable)
--- a/view.scm
+++ b/view.scm
@@ -21,9 +21,7 @@
 
                 (print "# " user "'s garden\n")
                 (if (> visits 1)
-                    (begin
-                      (print "Welcome back, " user "!\n")
-                      (print "You have visited your garden " visits " times.\n"))
+                    (print "Welcome back, " user "!\n")
                     (begin
                       (print "Welcome to your new garden, " user "!\n"
                              "\n"