Skip to content

Commit

Permalink
Remove teward from censored committer names.
Browse files Browse the repository at this point in the history
Mine was in there for testing only, because I botched handling later on.
  • Loading branch information
teward committed Apr 21, 2017
1 parent 55eaf90 commit 685b05b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,7 @@ class GlobalVars:
smokeDetector_user_id = {charcoal_room_id: "120914", meta_tavern_room_id: "266345",
socvr_room_id: "3735529"}

censored_committer_names = {"3f4ed0f38df010ce300dba362fa63a62": "Undo1",
"a4d992cfecdea6208c04ddca96718b33": "teward"}
censored_committer_names = {"3f4ed0f38df010ce300dba362fa63a62": "Undo1"}

commit = git_commit_info()
if md5(commit['author'][0].encode('utf-8')).hexdigest() in censored_committer_names:
Expand Down

0 comments on commit 685b05b

Please sign in to comment.