Skip to content

Commit 59359ae

Browse files
Remove temporary debugging breakpoint in server rendering
1 parent 3b137fa commit 59359ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/react_on_rails/server_rendering_pool/ruby_embedded_java_script.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def parse_result_and_replay_console_messages(result_string, render_options)
241241
raise ReactOnRails::JsonParseError.new(parse_error: e, json: result_string)
242242
end
243243

244-
binding.pry
245244
if render_options.logging_on_server
246245
console_script = result["consoleReplayScript"]
247246
console_script_lines = console_script.split("\n")

0 commit comments

Comments
 (0)