Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sreinkemeier committed Mar 6, 2018
1 parent ab428f5 commit 26e2a5e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package siteconnections

import (
"fmt"
"github.com/gophercloud/gophercloud"
)

Expand Down Expand Up @@ -133,7 +132,6 @@ func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResul
r.Err = err
return
}
fmt.Printf(rootURL(c))
_, r.Err = c.Post(rootURL(c), b, &r.Body, nil)
return
}

0 comments on commit 26e2a5e

Please sign in to comment.