summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/libraries/SafeString.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gallery/libraries/SafeString.php b/modules/gallery/libraries/SafeString.php
index 32ef1905..800647fa 100644
--- a/modules/gallery/libraries/SafeString.php
+++ b/modules/gallery/libraries/SafeString.php
@@ -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);
}
}