diff --git a/crates/repl_ui/src/lib.rs b/crates/repl_ui/src/lib.rs index 965cde7793..2f20723446 100644 --- a/crates/repl_ui/src/lib.rs +++ b/crates/repl_ui/src/lib.rs @@ -20,7 +20,6 @@ pub const TIPS: &str = concatcp!( "x = 1", END_COL, ") to use later.\n\n", - if cfg!(target_family = "wasm") { "" // In the web repl, we render tips in the UI around the repl instead of in the repl itself. } else {