Skip to content

Commit

Permalink
rm debugging leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Nov 14, 2023
1 parent 51169dd commit 3cb5f1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xinterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ nl::json interpreter::is_complete_request_impl(const std::string& code)
return xeus::create_is_complete_reply("incomplete", "");

case PARSE_ERROR:
Rprintf("invalid");
return xeus::create_is_complete_reply("invalid", "");
}
}
Expand Down

0 comments on commit 3cb5f1e

Please sign in to comment.