Commit 3b3845ca authored by Raphael Beer's avatar Raphael Beer

Chore: remove superfluous debug

parent d7f2711f
......@@ -334,7 +334,6 @@ class TwitterSession:
account_index += 1
before_barrier = await reference_session.tweet_raw(replied_to_id, 1000)
debug(str(before_barrier))
if get_nested(before_barrier, ["globalObjects", "tweets"]) is None:
debug('notweets\n')
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment