Skip to content

Commit

Permalink
Update commercetools/resource_channel.go
Browse files Browse the repository at this point in the history
Co-Authored-By: mvantellingen <michaelvantellingen@gmail.com>
  • Loading branch information
davidweterings and mvantellingen committed Oct 30, 2018
1 parent 8b7fb9b commit 8c24e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commercetools/resource_channel.go
Expand Up @@ -76,7 +76,6 @@ func resourceChannelRead(d *schema.ResourceData, m interface{}) error {
svc := getChannelService(m)

channel, err := svc.GetByID(d.Id())
fmt.Println(channel)

if err != nil {
if ctErr, ok := err.(commercetools.Error); ok {
Expand Down

0 comments on commit 8c24e9d

Please sign in to comment.