Added comment about why temp debugging exists

This commit is contained in:
Ross Lawley 2013-06-05 09:30:01 +00:00
parent 74a3fd7596
commit 27e8aa9c68

View File

@ -190,6 +190,7 @@ class query_counter(object):
def __eq__(self, value):
""" == Compare querycounter. """
counter = self._get_count()
# Temp debugging to try and understand intermittent travis-ci failures
if value != counter:
print [x for x in self.db.system.profile.find()]
return value == counter