Skip to content

Commit

Permalink
remove print (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahVerta authored Sep 7, 2023
1 parent 990df2c commit aa24db6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@
"print(\"IMPORTED SUCCESSFULLY:\\n\")\n",
"for m in successful_model_imports:\n",
" print(f\"\\n{m.name}\\n---------------------\")\n",
" for message in model_messages[m]:\n",
" print(f\" - {message}\")\n",
"\n",
"print(\"\\nFAILED TO IMPORT:\\n\")\n",
"for m in failed_model_imports:\n",
Expand Down

0 comments on commit aa24db6

Please sign in to comment.