Skip to content

Commit

Permalink
Remove trailing debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurug committed Oct 30, 2019
1 parent 84a786a commit 6e8827f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hereDocument.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8827f

Please sign in to comment.