Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackzzila committed Oct 15, 2016
1 parent 085473c commit b0f0bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/objects/Guild.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class Guild extends _BaseObj {
Member member = this.members[o['user']['id']];
member.status = o['status'];
if (o['game'] != null) {
if (o['game']['type'] is String) print(member.username);
member.game =
new Game._new(client, o['game'] as Map<String, dynamic>);
}
Expand Down

0 comments on commit b0f0bff

Please sign in to comment.