Skip to content

Commit 45b9c21

Browse files
author
Jake Bell
committed
Accidentally left some debugging code in. Whoops.
1 parent db8f2f3 commit 45b9c21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gist_filter.module

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ function _gist_display_code($matches) {
9999
}
100100
// Otherwise, render all files.
101101
else {
102-
module_load_include('php', 'devel', 'krumo/class.krumo');
103-
krumo($data);
104102
foreach ($data['files'] as $file) {
105103
$output .= theme('gist_filter_code', array(
106104
'file' => $file,

0 commit comments

Comments
 (0)