The Lambda Lab
/
projects
/
microbotany.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec203d
)
Removed visit count from view.
author
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 29 May 2020 09:48:15 +0000
(11:48 +0200)
committer
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 29 May 2020 09:48:15 +0000
(11:48 +0200)
view.scm
patch
|
blob
|
history
diff --git
a/view.scm
b/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"