Remove debug code

This commit is contained in:
Kijin Sung 2016-03-07 21:42:05 +09:00
parent 7789029763
commit 57c225ff75

View file

@ -370,7 +370,6 @@ class widgetController extends widget
{ {
$widget_sequence = sha1(json_encode($args)); $widget_sequence = sha1(json_encode($args));
} }
debugPrint($widget_sequence);
// Set the widget cache duration // Set the widget cache duration
$widget_cache = $args->widget_cache; $widget_cache = $args->widget_cache;