Remove inserted errors again

This commit is contained in:
Ramon Wenger 2019-02-13 14:04:10 +01:00
parent 2e38a03bfa
commit 84324f9f7c
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ class RoomNode(DjangoObjectType):
return self.id
def resolve_entry_count(self, *args, **kwargs):
logger.error('what what')
return 1/0
return self.room_entries.count()