Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme committed Jun 19, 2018
1 parent ddc4bf7 commit 15289a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions provider.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package main

import (
"log"

"github.com/84codes/go-api/api"
"github.com/hashicorp/terraform/helper/schema"
)
Expand Down Expand Up @@ -31,6 +29,5 @@ func Provider() *schema.Provider {
}

func providerConfigure(d *schema.ResourceData) (interface{}, error) {
log.Println(d.Get("baseurl").(string), d.Get("apikey").(string))
return api.New(d.Get("baseurl").(string), d.Get("apikey").(string)), nil
}

0 comments on commit 15289a6

Please sign in to comment.