Skip to content

Commit

Permalink
Remove log message that can run during object cleanup when the logger…
Browse files Browse the repository at this point in the history
… has been cleaned up
  • Loading branch information
Dwight Hubbard committed Aug 2, 2015
1 parent 4794064 commit 353b80e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redislite/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def __init__(self, *args, **kwargs):
self.dbdir, self.dbfilename + '.settings'
)


self._start_redis()

kwargs['unix_socket_path'] = self.socket_file
Expand Down

0 comments on commit 353b80e

Please sign in to comment.