X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.ml;h=c4ff0102f48e13f35131913f4966ead9ac2d80a7;hb=4e683370099ea7aaea877bc345ca8821938d49ed;hp=26daa21d5f2695f5b1ddcf6c22ea933b985cb6b9;hpb=12e7928b2ce2113d5ac43d453026d0443f58c5e4;p=helm.git diff --git a/helm/http_getter/http_getter_map.ml b/helm/http_getter/http_getter_map.ml index 26daa21d5..c4ff0102f 100644 --- a/helm/http_getter/http_getter_map.ml +++ b/helm/http_getter/http_getter_map.ml @@ -1,5 +1,5 @@ (* - * Copyright (C) 2000, HELM Team. + * Copyright (C) 2003, HELM Team. * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -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;;