Remove debug stmts
diff --git a/xos/synchronizers/fabric/steps/sync_vsgtenant.py b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
index cbc7949..725d2dc 100644
--- a/xos/synchronizers/fabric/steps/sync_vsgtenant.py
+++ b/xos/synchronizers/fabric/steps/sync_vsgtenant.py
@@ -71,10 +71,6 @@
rest_json = json.dumps(data, indent=4)
- logger.error("object is %s" % fos.name)
- logger.error("rest_hostname is %s" % fos.rest_hostname)
- logger.error("rest_port is %s" % fos.rest_port)
-
fields = {
'rest_hostname': fos.rest_hostname,
'rest_port': fos.rest_port,