remove accidental debugging line

svn: r7418
This commit is contained in:
Eli Barzilay 2007-09-27 02:32:57 +00:00
parent e0e9e18091
commit a0872ee5ed

View File

@ -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"))]