aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/feedback.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2016-06-24 18:51:32 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2016-06-25 17:17:44 +0200
commit9bff82239c2a6412a26ae3c5faab42a9c9d2ccb1 (patch)
treeb66cdd04db8d6f8ab35fa9eac96f3b58df9d6ce3 /lib/feedback.mli
parent799b4028834c1b073db8349bf75e384750fed591 (diff)
[feedback] Remove unused tag on `Debug` level.
IMO level indicators are not the proper place to store this information.
Diffstat (limited to 'lib/feedback.mli')
-rw-r--r--lib/feedback.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feedback.mli b/lib/feedback.mli
index 50ffd22db..690877897 100644
--- a/lib/feedback.mli
+++ b/lib/feedback.mli
@@ -10,7 +10,7 @@ open Xml_datatype
(* Old plain messages (used to be in Pp) *)
type level =
- | Debug of string
+ | Debug
| Info
| Notice
| Warning