make exposure of metadata explicit rather than automatic - not all views require...
[unfold.git] / engine / manifoldapi.py
index 1001f1b..40f3e0c 100644 (file)
@@ -11,9 +11,6 @@ class ManifoldAPI:
 
     config = Config()
     self.auth = auth
-#    self.server = config.manifold_server
-#    self.port = config.manifold_port
-#    self.path = config.manifold_path
     self.cainfo = cainfo
     self.errors = []
     self.trace = []