Skip to content

Commit

Permalink
Cleanup comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Karagiannis <[email protected]>
  • Loading branch information
alkar committed Oct 25, 2019
1 parent 8ac8e48 commit 1df08f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions megaport/resource_megaport_private_vxc.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ func resourceMegaportPrivateVxcUpdate(d *schema.ResourceData, m interface{}) err
if d.HasChange("b_end.0.vlan") {
vlanB = uint64(b["vlan"].(int))
}
//if
log.Printf(">>1 %#v", a)
log.Printf(">>2 %#v", a["vlan"])
if err := cfg.Client.UpdatePrivateVxc(&api.PrivateVxcUpdateInput{
InvoiceReference: api.String(d.Get("invoice_reference")),
Name: api.String(d.Get("name")),
Expand Down

0 comments on commit 1df08f2

Please sign in to comment.