diff --git a/restconf/client/ciena/client.go b/restconf/client/ciena/client.go
index bb47bbd3843323a7ac95db3ba4a92d417eb7af4c..a384c683dd42af0550930f20f48e70e0b33105d3 100644
--- a/restconf/client/ciena/client.go
+++ b/restconf/client/ciena/client.go
@@ -31,7 +31,6 @@ func NewMCPClient(endpoint, username, password string, database *database.Databa
 	// create the transport
 	transport := httptransport.New(endpoint, "/", nil)
 	transport.Transport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
-	transport.Debug = true
 	// create the API client, with the transport
 	basicAuth := httptransport.BasicAuth(username, password)
 	// authenticate client