Remove extraneous SERVER_GENERATION definition

It looks like this was supposed to be moved in e0d9182c but was
copied, instead.

(imported from commit 094f43e9cfd4dde380a3d1ef79b1c273b54ce1a3)
This commit is contained in:
Zev Benjamin 2013-03-20 18:59:39 -04:00
parent 878646542f
commit 2da4c0a4bf
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ import base64
from collections import defaultdict
from zephyr.lib import bugdown
SERVER_GENERATION = int(time.time())
def list_to_streams(streams_raw, user_profile, autocreate=False, invite_only=False):
"""Converts plaintext stream names to a list of Streams, validating input in the process