remove accidental debugging line
svn: r7418
This commit is contained in:
parent
e0e9e18091
commit
a0872ee5ed
|
@ -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"))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user