Remove outdated comment

This commit is contained in:
Arik Fraimovich 2017-06-14 12:05:35 +03:00
parent 6f72d456d2
commit fc50a7b9bb

View File

@ -1,10 +1,3 @@
"""
This module implements different strategies to resolve the current Organization we are using.
By default we use the simple single_org strategy, which assumes you have a
single Organization in your installation.
"""
import logging
from flask import g, request