Skip to content

Commit b546e86

Browse files
committed
Remove unnecessary logging statement
1 parent 0e8f76b commit b546e86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/protoc/package_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,5 @@ func RegisterStarlarkRule(c *config.Config, starlarkRule string) error {
304304
}
305305
configureError = err
306306
Rules().MustRegisterRule(starlarkRule, impl)
307-
log.Println("Registered rule:", starlarkRule, impl.Name())
308307
return nil
309308
}

0 commit comments

Comments
 (0)