Skip to content

Commit 0729900

Browse files
committed
Remove dead code
1 parent 03e6842 commit 0729900

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/logging.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,3 @@ function with_progresslogger(f, _module, logger)
5757

5858
return Logging.with_logger(f, LoggingExtras.TeeLogger(logger1, logger2))
5959
end
60-
61-
function progresslogger()
62-
# detect if code is running under IJulia since TerminalLogger does not work with IJulia
63-
# https://github.com/JuliaLang/IJulia.jl#detecting-that-code-is-running-under-ijulia
64-
if (Sys.iswindows() && VERSION < v"1.5.3") ||
65-
(isdefined(Main, :IJulia) && Main.IJulia.inited)
66-
return ConsoleProgressMonitor.ProgressLogger()
67-
else
68-
return TerminalLoggers.TerminalLogger()
69-
end
70-
end

0 commit comments

Comments
 (0)