diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-31 15:03:53 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-31 15:03:53 -0800 |
commit | 225359637917aa8d3d416da78e38c45d48b6a5f0 (patch) | |
tree | 46a0c5b7aebdb43afd80c39b5166e6dac3044fdd | |
parent | 94ab9fdfeec6f3e2c8ab1a694d4fe9cfe9d8e45c (diff) |
Remove debug code.
-rw-r--r-- | modules/server_add/controllers/server_add.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/server_add/controllers/server_add.php b/modules/server_add/controllers/server_add.php index 2a948653..f68335df 100644 --- a/modules/server_add/controllers/server_add.php +++ b/modules/server_add/controllers/server_add.php @@ -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]))) { |