Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: remove print statements from metadata & libparodus package #118

Merged
merged 1 commit into from
May 10, 2024

Conversation

denopink
Copy link
Contributor

closes #116

@denopink denopink requested review from schmidtw and piccione99 May 10, 2024 17:30
@denopink denopink self-assigned this May 10, 2024
@@ -195,7 +194,6 @@ func (a *Adapter) receive(ctx context.Context) {

switch msg.Type {
case wrp.ServiceRegistrationMessageType:
fmt.Println("Registering service: ", msg.ServiceName)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed we want to remove this print as well

@schmidtw schmidtw merged commit 72f06e2 into main May 10, 2024
14 of 15 checks passed
@schmidtw schmidtw deleted the denopink/patch/remove-print-statement branch May 10, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove fmt.Println() statements
2 participants