Skip to content

Commit

Permalink
Removed logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 11, 2020
1 parent c395dcf commit 4ae1963
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions octopusdeploy/data_source_users.go
Expand Up @@ -2,7 +2,6 @@ package octopusdeploy

import (
"context"
"log"
"time"

"github.com/OctopusDeploy/go-octopusdeploy/octopusdeploy"
Expand Down Expand Up @@ -139,7 +138,5 @@ func dataSourceUsersRead(ctx context.Context, d *schema.ResourceData, meta inter
d.Set("users", flattenedUsers)
d.SetId("Users " + time.Now().UTC().String())

log.Println(flattenedUsers)

return nil
}

0 comments on commit 4ae1963

Please sign in to comment.