mirror of https://github.com/zulip/zulip.git
Remove stray debugging 'print' statement
(imported from commit 261b3b6ee93ec596a1a971494761d92e7c27891d)
This commit is contained in:
parent
a3a1e8f351
commit
394deb4a72
|
@ -698,7 +698,6 @@ class NarrowBuilder(object):
|
|||
else:
|
||||
base_stream_name = stream.name
|
||||
|
||||
print "base name:", base_stream_name
|
||||
matching_streams = Stream.objects.filter(realm=self.user_profile.realm,
|
||||
name__iregex=r'^(un)*%s(.d)*$' % (re.escape(base_stream_name),))
|
||||
matching_stream_ids = [matching_stream.id for matching_stream in matching_streams]
|
||||
|
|
Loading…
Reference in New Issue