Remove debug line

This commit is contained in:
dave 2010-01-28 00:13:42 +00:00
parent 9f9f2053df
commit 95a28b4a29

View File

@ -353,7 +353,6 @@ function handle_get_divisions(&$u, &$fair, &$data, &$response)
$div[$r->id] = array('division' => $r->division);
}
$response['divisions'] = $div;
$response['tmp'] = $data;
$response['error'] = 0;
}