From 9e6f6a67b040f30de1606664e39120e6318ca62f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 17 Jan 2006 20:24:44 +0000 Subject: [PATCH] removed debugging line svn: r1849 --- collects/handin-server/extra-utils.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/handin-server/extra-utils.ss b/collects/handin-server/extra-utils.ss index 3f0eebafec..12ae3fa0cf 100644 --- a/collects/handin-server/extra-utils.ss +++ b/collects/handin-server/extra-utils.ss @@ -444,8 +444,7 @@ "You have chosen to submit your work individually;" " if you continue, it will be impossible for you to" " later submit with a partner. Are you sure you want" - " to continue?" - (path->string (current-directory))) + " to continue?") '(yes-no))) (make-directory "wants-single-submission") (error* "Aborting single submission!")))))