Remove debug line

This commit is contained in:
Johnny Gear 2026-03-07 11:32:09 -06:00
parent cb44d35869
commit 792e09ba08

View file

@ -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'],