Remove debug code.

This commit is contained in:
Bharat Mediratta
2010-01-31 15:03:53 -08:00
parent 94ab9fdfee
commit 2253596379
@@ -42,7 +42,6 @@ class Server_Add_Controller extends Admin_Controller {
// Make a tree with the parents back up to the authorized path, and all the children under the
// current path.
Kohana_Log::add("error", $path);
if (server_add::is_valid_path($path)) {
$tree->parents[] = $path;
while (server_add::is_valid_path(dirname($tree->parents[0]))) {