Skip to content

Commit b071c54

Browse files
committed
Whoops, remove stray logging
1 parent 7681c9b commit b071c54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pipedream/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"errors"
55
"fmt"
6-
"log"
76
"os"
87
"strings"
98
"time"
@@ -113,8 +112,6 @@ func run(cmd *cobra.Command, args []string) error {
113112
if len(missing) > 0 {
114113
return fmt.Errorf("missing %s", pipedream.EnglishJoin(missing, true))
115114
}
116-
log.Println(endpoint)
117-
log.Println(region)
118115

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

0 commit comments

Comments
 (0)