diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 1046d95..6d4c3c1 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1513,8 +1513,8 @@ class GossamerForumsImporter < ImportScripts::Base # update_highest_processed_post_id_thread_safe(post_id) rescue ActiveRecord::RecordInvalid => e - puts "Error importing topic with post_id #{row['post_id']}: #{e.message}" - raise ActiveRecord::Rollback + puts "---> ERROR importing topic with post_id #{row['post_id']}: #{e.message}" + # raise ActiveRecord::Rollback end # end else