diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 16:10:37 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 16:10:37 -0700 |
commit | 7de339a676f32ed445f3e4215c994a5fe16c1188 (patch) | |
tree | f300734fe26e13e7c0989237d5add2f331d5ddd6 | |
parent | 4720e456418f5b3933a6fdfc9e3b88372792dab1 (diff) |
Remove extra debug statements.
-rw-r--r-- | modules/g2_import/helpers/g2_import.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index 7dd799c8..8b4169dd 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -471,8 +471,6 @@ class g2_import_Core { $corrupt = 1; } try { - Kohana::log("error", "description: " . self::extract_description($g2_item)); - Kohana::log("error", "title: " . $g2_item->getTitle()); $item = photo::create( $parent, $g2_path, |