Remove the calls to switch_restart() in debug

Change-Id: I337da89176826998318744dbcd7e94f04efb713a
diff --git a/drivers/CiscoCatalyst.py b/drivers/CiscoCatalyst.py
index b1f3d2c..f5a30ff 100644
--- a/drivers/CiscoCatalyst.py
+++ b/drivers/CiscoCatalyst.py
@@ -555,8 +555,8 @@
     buf = p.port_get_trunk_vlan_list("Gi1/0/9")
     p._dump_list(buf)
 
-    print 'Restarting switch, to explicitly reset config'
-    p.switch_restart()
+#    print 'Restarting switch, to explicitly reset config'
+#    p.switch_restart()
 
 #    p.switch_save_running_config()