Skip to content

Commit

Permalink
Cleaning out debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Pemberton committed Oct 10, 2016
1 parent 3319000 commit c9f1b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slack_cleaner/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def get_id_by_name(list_dict, key_name):

def purge_channels(time_range, user_id=None, bot=False):

print "Who is the user: ", user_id
for c in channel_dict:
print "Cleaning Channel: ",channel_dict[c]
clean_channel(c, time_range, user_id, args.bot)
Expand All @@ -106,7 +105,6 @@ def clean_channel(channel_id, time_range, user_id=None, bot=False):
elif args.mpdirect_name:
_api_end_point = slack.mpim.history

print "Cleaning channel inside: ", channel_id, "(", channel_dict[channel_id], ")"

has_more = True
while has_more:
Expand Down

0 comments on commit c9f1b50

Please sign in to comment.