diff --git a/src/notfellchen/main.py b/src/notfellchen/main.py index bf19fef..08bc2dd 100644 --- a/src/notfellchen/main.py +++ b/src/notfellchen/main.py @@ -18,10 +18,6 @@ def main(): "forget to activate a virtual environment?" ) from exc - if sys.argv[1] == "populate": - from fellchensammlung.populate_with_testdata import populate_with_testdata - populate_with_testdata() - execute_from_command_line(sys.argv)