Skip to content

Commit cc606c1

Browse files
author
MB Burch
committed
Update retryer limits
1 parent c309f3f commit cc606c1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

cmd/baton-linear/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ var version = "dev"
1919
func main() {
2020
ctx := context.Background()
2121

22-
fmt.Fprintln(os.Stdout, "=== MAIN STARTED ===")
23-
fmt.Fprintln(os.Stdout, "BATON_LOG_LEVEL: ", os.Getenv("BATON_LOG_LEVEL"))
24-
2522
_, cmd, err := configschema.DefineConfiguration(ctx, "baton-linear", getConnector, cfg.Config)
2623
if err != nil {
2724
fmt.Fprintln(os.Stderr, err.Error())
@@ -39,8 +36,6 @@ func main() {
3936

4037
func getConnector(ctx context.Context, lc *cfg.Linear) (types.ConnectorServer, error) {
4138
l := ctxzap.Extract(ctx)
42-
l.Info("test info log from getConnector")
43-
l.Debug("test debug log from getConnector")
4439

4540
cb, err := connector.New(ctx, lc.ApiKey)
4641
if err != nil {

vendor/github.com/conductorone/baton-sdk/pkg/connectorbuilder/connectorbuilder.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)