From 1eb4f64b3fe70ba7ec7306682c7b9835ce5f022b Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 18 Jun 2018 11:15:51 -0300 Subject: [PATCH] Remove debug message. --- bibcite_footnotes.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibcite_footnotes.module b/bibcite_footnotes.module index f72a0d6..dcecb27 100644 --- a/bibcite_footnotes.module +++ b/bibcite_footnotes.module @@ -82,7 +82,7 @@ function bibcite_footnotes_theme_footnote_list($footnotes) { $str .= $fn['text'] . "\n"; } } - $str .= "\nThat's all, folks"; + $str .= ""; return $str; } \ No newline at end of file