From 2ae76958bbf6b9d2fc396feb61ac5ca81e4c40f3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Oct 2010 01:03:44 +0000 Subject: [PATCH] MINOR: removed debug (from r111450) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112802 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/sitefeatures/PageCommentInterface.php | 1 - 1 file changed, 1 deletion(-) 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)); }