We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681c9b commit b071c54Copy full SHA for b071c54
pipedream/main.go
@@ -3,7 +3,6 @@ package main
3
import (
4
"errors"
5
"fmt"
6
- "log"
7
"os"
8
"strings"
9
"time"
@@ -113,8 +112,6 @@ func run(cmd *cobra.Command, args []string) error {
113
112
if len(missing) > 0 {
114
return fmt.Errorf("missing %s", pipedream.EnglishJoin(missing, true))
115
}
116
- log.Println(endpoint)
117
- log.Println(region)
118
119
// Is stdin a pipe?
120
info, err := os.Stdin.Stat()
0 commit comments