aboutsummaryrefslogtreecommitdiffstats
path: root/scrumli.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'scrumli.lisp')
-rw-r--r--scrumli.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scrumli.lisp b/scrumli.lisp
index 39a7039..ef2b66a 100644
--- a/scrumli.lisp
+++ b/scrumli.lisp
@@ -75,8 +75,6 @@
(necessity (hunchentoot:post-parameter "necessity"))
(title (hunchentoot:post-parameter "headline"))
(content (hunchentoot:post-parameter "content")))
- (format t "~s;~s;~s;~s;~s~%" role necessity title content
- (hunchentoot:session-value :username))
(post-story role necessity title content
(hunchentoot:session-value :username))
200)