mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Remove debugging statementes
This commit is contained in:
@@ -165,10 +165,8 @@ class SafeString_Core {
|
||||
}
|
||||
self::$_purifier = new HTMLPurifier($config);
|
||||
}
|
||||
Kohana::log("error", "Purify: " . $dirty_html);
|
||||
return self::$_purifier->purify($dirty_html);
|
||||
} else {
|
||||
Kohana::log("error", "revert to clean: " . $dirty_html);
|
||||
return self::_escape_for_html($dirty_html);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user