diff --git a/code/sitefeatures/PageCommentInterface.php b/code/sitefeatures/PageCommentInterface.php index 5ce532c6..4d53eb21 100755 --- a/code/sitefeatures/PageCommentInterface.php +++ b/code/sitefeatures/PageCommentInterface.php @@ -218,7 +218,6 @@ class PageCommentInterface extends RequestHandler { // Load the users data from a cookie if($cookie = Cookie::get("PageCommentInterface_Data")) { - Debug::show(unserialize($cookie)); $form->loadDataFrom(unserialize($cookie)); }