Skip to content

Commit 4b850c8

Browse files
committed
Cleanup
1 parent 8a52293 commit 4b850c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lobby.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def createLobby(self, gameMode="PRACTICETOOL", spectatorPolicy="AllAllowed", tea
3030
"isCustom": True,
3131
}
3232
lobby = self.cm.post('/lol-lobby/v2/lobby', data)
33-
print(lobby)
3433
if lobby.status_code == 200:
3534
self.logger.info('The lobby was created correctly')
3635
else:

0 commit comments

Comments
 (0)