Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 0dcba57

Browse files
committed
Remove redundant comment
1 parent d150578 commit 0dcba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reactive-ruby/isomorphic_helpers.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def self.load_context(unique_id = nil, name = nil)
1414
# can be called on the client to force re-initialization for testing purposes
1515
if !unique_id || !@context || @context.unique_id != unique_id
1616
if on_opal_server?
17-
`console.history = []` rescue nil # <<<<<<<<<<----- add this line
17+
`console.history = []` rescue nil
1818
message = "************************ React Prerendering Context Initialized #{name} ***********************"
1919
else
2020
message = "************************ React Browser Context Initialized ****************************"

0 commit comments

Comments
 (0)