Skip to content

Commit

Permalink
Remove extra debug statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jul 14, 2009
1 parent 4720e45 commit 7de339a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/g2_import/helpers/g2_import.php
Expand Up @@ -471,8 +471,6 @@ static function import_item(&$queue) {
$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,
Expand Down

0 comments on commit 7de339a

Please sign in to comment.