From 52f2e812fbe9cd4d8658db2eb577d078eb02fca5 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 1 Feb 2011 20:49:58 -0500 Subject: [PATCH] Comment out what looks like debugging output (cherry picked from commit d01e6a8dcce2a586953aa405bfeb1cec23c2c8bb) --- collects/datalog/lang/configure-runtime.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/datalog/lang/configure-runtime.rkt b/collects/datalog/lang/configure-runtime.rkt index 5985d59d78..25e9ad3f93 100644 --- a/collects/datalog/lang/configure-runtime.rkt +++ b/collects/datalog/lang/configure-runtime.rkt @@ -1,7 +1,7 @@ #lang racket/base (define (configure data) - (printf "Configuring\n") + ;; (printf "Configuring\n") (current-read-interaction even-read)) (provide configure) @@ -17,4 +17,4 @@ (current-read-interaction odd-read))) (define (odd-read src ip) (current-read-interaction even-read) - eof) \ No newline at end of file + eof)