X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.ml;h=bdaae203a34d938a04337fefaa8a182050788d19;hb=4ace89abf7aa639ebadeff1f4812a59087e87ea4;hp=26daa21d5f2695f5b1ddcf6c22ea933b985cb6b9;hpb=386ef7982219467087f0bfe69a0fb505e83bd14f;p=helm.git diff --git a/helm/http_getter/http_getter_map.ml b/helm/http_getter/http_getter_map.ml index 26daa21d5..bdaae203a 100644 --- a/helm/http_getter/http_getter_map.ml +++ b/helm/http_getter/http_getter_map.ml @@ -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;;