diff --git a/web/api.py b/web/api.py index 1d16b26..018414c 100644 --- a/web/api.py +++ b/web/api.py @@ -62,7 +62,6 @@ def mastodon_oauth(): if r.ok: app = r.json() - import pdb; pdb.set_trace() server = mastodon_server_put( server_name, app['client_id'],