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

Back to storing the request context instead of passing it to all publ… #401

Merged
merged 1 commit into from
May 27, 2024

Conversation

JohanMabille
Copy link
Member

…ic APIs

@JohanMabille JohanMabille merged commit cfe45eb into jupyter-xeus:main May 27, 2024
10 checks passed
@JohanMabille JohanMabille deleted the parent_header branch May 27, 2024 12:35
@@ -135,8 +137,10 @@ namespace xeus
p_server = sbuilder(*p_context, m_config, m_error_handler);
p_server->update_config(m_config);

std::clog << "Before instantiating debugger" << std::endl;
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to keep these logs? Or were they meant for debugging?

Just noticed they are showing in jupyterlite-xeus: jupyterlite/xeus#101

Copy link
Member Author

Choose a reason for hiding this comment

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

These are leftover, we should remove them

@jtpio jtpio mentioned this pull request Jun 26, 2024
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.

2 participants