Skip to content

Commit

Permalink
Whoops, remove stray logging
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Aug 10, 2020
1 parent 7681c9b commit b071c54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipedream/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"errors"
"fmt"
"log"
"os"
"strings"
"time"
Expand Down Expand Up @@ -113,8 +112,6 @@ func run(cmd *cobra.Command, args []string) error {
if len(missing) > 0 {
return fmt.Errorf("missing %s", pipedream.EnglishJoin(missing, true))
}
log.Println(endpoint)
log.Println(region)

// Is stdin a pipe?
info, err := os.Stdin.Stat()
Expand Down

0 comments on commit b071c54

Please sign in to comment.