1
0

remove debugging statement

This commit is contained in:
Tim Almdal 2010-07-26 11:06:47 -07:00
parent a8c232a752
commit 6e4719774f

View File

@ -25,7 +25,6 @@ class developer_task_Core {
static function create_module($task) {
$context = unserialize($task->context);
Kohana_Log::add("error", "task context:\n" . Kohana::debug($context));
if (empty($context["module"])) {
$context["class_name"] = strtr($context["name"], " ", "_");