]> matita.cs.unibo.it Git - helm.git/commitdiff
- removed debug_print, now in Http_getter_debugger
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 27 Dec 2002 10:46:53 +0000 (10:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 27 Dec 2002 10:46:53 +0000 (10:46 +0000)
helm/http_getter/http_getter_map.ml

index 26daa21d5f2695f5b1ddcf6c22ea933b985cb6b9..bdaae203a34d938a04337fefaa8a182050788d19 100644 (file)
@@ -24,9 +24,6 @@
  *  http://cs.unibo.it/helm/.
  *)
 
-let debug = true;;
-let debug_print s = if debug then prerr_endline s;;
-
 exception Key_already_in of string;;
 exception Key_not_found of string;;