summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/SafeString.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-02 07:07:47 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-02 07:07:47 -0700
commitf2bbb2963a03c7f838772fa89facc0e38c3e4f4e (patch)
tree57b500669254e0a4a866f65c4f89c5d71315b6f0 /modules/gallery/libraries/SafeString.php
parent7fbd012d71a21ac7a30e6b1bb045208dff225903 (diff)
Remove debugging statementes
Diffstat (limited to 'modules/gallery/libraries/SafeString.php')
-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);
}
}