Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
moldcraft committed Oct 7, 2016
1 parent d9aa848 commit 4dd7640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ private function do_import(array $args, array $state) {
__('Failed to insert row from line %d into table %s', 'fw'),
$state['step'] + 1, $tmp_table_name
)
. ($wpdb->last_error ? '. ' . $wpdb->last_error : '') . ' | ' . json_encode($row)
. ($wpdb->last_error ? '. ' . $wpdb->last_error : '')
);
}
}
Expand Down

0 comments on commit 4dd7640

Please sign in to comment.