Added a watchstream page.
[zzz-floof.git] / floof / model / meta.py
index 3b3b1c5..2992ae7 100644 (file)
@@ -9,6 +9,3 @@ engine = None
 
 # SQLAlchemy session manager. Updated by model.init_model()
 Session = scoped_session(sessionmaker())
-
-metadata = MetaData()
-