diff --git a/.gitmodules b/.gitmodules index 0cf4c16..f7cd5e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "popes"] +[submodule "src/popes"] path = src/popes - url = http://code.hackerspace.pl/daz/popifier-popes + url = ssh://git@hackerspace.pl/daz/popifier-popes diff --git a/src/papiezator/views.py b/src/papiezator/views.py index f9c4ddb..3f150d0 100644 --- a/src/papiezator/views.py +++ b/src/papiezator/views.py @@ -16,7 +16,6 @@ def conclave(request, width, height): width, height = int(width), int(height) if width > 0 and height > 0: aspect_ratio = round(width/height, decimal_places) - import ipdb; ipdb.set_trace() try: pope = select_best_pope(aspect_ratio) except ENOPopeException: