From a0872ee5ed57177908bab57070b4ded2e7d5b589 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 27 Sep 2007 02:32:57 +0000 Subject: [PATCH] remove accidental debugging line svn: r7418 --- collects/handin-server/status-web-root/servlets/status.ss | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/handin-server/status-web-root/servlets/status.ss b/collects/handin-server/status-web-root/servlets/status.ss index 81cc6b274e..fd5125727c 100644 --- a/collects/handin-server/status-web-root/servlets/status.ss +++ b/collects/handin-server/status-web-root/servlets/status.ss @@ -80,7 +80,6 @@ (let ([soln (and (member (assignment<->dir hi) (get-conf 'inactive-dirs)) (find-handin-entry hi #rx"^solution"))] [none `((i "---"))]) - (log-line ">>>> ~s" soln) (cond [(not soln) none] [(file-exists? soln) `((a ((href ,(make-k k (relativize-path soln)))) "Solution"))]