Remove debugging logger statements

This commit is contained in:
Andrew Manning
2016-06-05 20:52:40 -04:00
parent d2a7f83bb5
commit 4528becf4c
2 changed files with 0 additions and 4 deletions

View File

@@ -905,7 +905,6 @@ function widget_wiki_pages($arr) {
}
}
}
logger('pages: ' . json_encode($pages));
return replace_macros(get_markup_template('wiki_page_list.tpl'), array(
'$hide' => $hide,
'$not_refresh' => $not_refresh,