From: Claudio Sacerdoti Coen Date: Thu, 7 Jul 2005 09:39:47 +0000 (+0000) Subject: Debugging message removed. X-Git-Tag: V_0_7_1~32 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4d50bcfc9827bdb6d298b4874d850e2012b5874f;p=helm.git Debugging message removed. --- diff --git a/helm/matita/matitaScript.ml b/helm/matita/matitaScript.ml index 5fbcc4092..63a6ed007 100644 --- a/helm/matita/matitaScript.ml +++ b/helm/matita/matitaScript.ml @@ -436,7 +436,6 @@ List.iter (fun s -> prerr_endline ("'" ^ s ^ "'")) new_statements; observers <- o :: observers method private notify = -prerr_endline ("************* NOTIFICATO"); let status = self#status in List.iter (fun o -> o status) observers