Remove surplus comments

master
Gary Steers 2020-02-04 21:59:26 +01:00
parent 97025bd614
commit e96d7388b9
1 changed files with 1 additions and 8 deletions

View File

@ -121,11 +121,4 @@ class MessageCard:
" Print the JSON of the card "
self.GenerateCard()
print(json.dumps(self.card,indent=1,sort_keys=True))
# actionReq.request('PATCH','/ecx/v3/l2/connections/'+str(connid)+'?action=reject',body,headers)
#teams_api = httplib.HTTPSConnection(apiEndpoint, timeout=options.GLOBAL_TIMEOUT, context=ssl_ctx)