From 6e8827fc36c9fb74becbdf4962b6205c655b468e Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Wed, 30 Oct 2019 07:17:39 +0100 Subject: [PATCH] Remove trailing debugging code. --- src/hereDocument.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hereDocument.ml b/src/hereDocument.ml index e8e26f4c..f919a6dc 100644 --- a/src/hereDocument.ml +++ b/src/hereDocument.ml @@ -156,13 +156,11 @@ end = struct double-quote appears within "$()", "``", or "${}". *) let contents = - Printf.eprintf "Content = %s\n" contents; if delimiter_info.quoted then QuoteRemoval.backslash_as_in_doublequotes contents else contents in - Printf.eprintf "Content = %s\n" contents; let contents, cst = remove_contents_suffix doc_end end_marker contents cst in