Skip to content

Commit ce52c14

Browse files
authored
Merge pull request #220 from tkoolen/tk/remove-info
Remove nbwidgetsextension info message
2 parents 9508577 + e2a7ae7 commit ce52c14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Interact.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ function __init__()
104104
v = v"3.0.0"
105105
end
106106
if v >= v"3.0.0"
107-
info("Interact.jl: using new nbwidgetsextension protocol")
108107
include(ijulia_setup_path)
109108
else
110-
info("Interact.jl: using old nbwidgetsextension protocol")
111109
include(ijulia_setup_path_old)
112110
end
113111
end

0 commit comments

Comments
 (0)