From 3e16a2ca66ff2e05125e22b78fe990d9ee479b44 Mon Sep 17 00:00:00 2001
From: "Eloy Lafuente (stronk7)" <stronk7@moodle.org>
Date: Fri, 1 Jul 2011 19:41:28 +0200
Subject: [PATCH] MDL-27829 blocks - clean dupe comments

---
 blocks/edit_form.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/blocks/edit_form.php b/blocks/edit_form.php
index 01e2a403246..80b361ea3bf 100644
--- a/blocks/edit_form.php
+++ b/blocks/edit_form.php
@@ -138,9 +138,6 @@ class block_edit_form extends moodleform {
                 if (get_string_manager()->string_exists($pagetypestringname, 'pagetype')) {
                     $pagetypelist[$this->block->instance->pagetypepattern] = get_string($pagetypestringname, 'pagetype');
                 } else {
-                    //as a last resort we could put the page type pattern in the select box
-                    //however this causes mod-data-view to be added if the only option available is mod-data-*
-
                     //as a last resort we could put the page type pattern in the select box
                     //however this causes mod-data-view to be added if the only option available is mod-data-*
                     // so we are just showing a warning to users about their prev setting being reset