code self review fixes
authorJagadedes <jagadees.pillai@zyxware.com>
Thu, 23 Oct 2014 03:48:58 +0000 (09:18 +0530)
committerJagadedes <jagadees.pillai@zyxware.com>
Thu, 23 Oct 2014 03:48:58 +0000 (09:18 +0530)
templates/CRM/Wci/Form/CreateWidget.tpl

index 943e826825069b4d3ea9f80cb2bac61fae17926d..82765f2d880cd727410693e5e502d1c16026b0db 100644 (file)
@@ -25,7 +25,6 @@
         $template->template_dir[] = getWciWidgetTemplatePath();
         $wcidata = $template->fetch('wciwidget.tpl');
       } else {
-      echo "hi";
         $wcidata = $template->fetch('string:' . base64_decode($wid_page[$dao->id]['custom_template']));
       }
       $widget_controller_path = getWciWidgetControllerPath();