From 857eaae45b85e0b1be521328b63cd37d8cba5fb4 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 30 Jul 2018 05:53:48 -0300 Subject: [PATCH] Remove debug code. --- bibcite_footnotes.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bibcite_footnotes.module b/bibcite_footnotes.module index f72a0d6..cc2dd60 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"; + return $str; -} \ No newline at end of file +}