diff --git a/src/sunbather/__init__.py b/src/sunbather/__init__.py index 38da095..6a125ca 100644 --- a/src/sunbather/__init__.py +++ b/src/sunbather/__init__.py @@ -73,5 +73,3 @@ def firstrun(): """ install_cloudy() make_workingdir() - -firstrun()