Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <[email protected]>
  • Loading branch information
palourde committed Feb 11, 2020
1 parent 0e3f5b1 commit ab81f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ func puppetNodeExists(client *http.Client, event *types.Event) (bool, error) {
if handler.puppetNodeName == "" {
name = event.Entity.Name
}
fmt.Println(name)

// Get the puppet node
endpoint := strings.TrimRight(handler.endpoint, "/")
Expand Down

0 comments on commit ab81f04

Please sign in to comment.