Skip to content

Commit b2d3598

Browse files
committed
Remove print out of clojure.core load time.
1 parent 7133a12 commit b2d3598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Clojure/Clojure/Lib/RT.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,10 @@ static RT()
462462

463463
try
464464
{
465-
RT.StartStopwatch();
465+
//RT.StartStopwatch();
466466
load("clojure/core");
467-
RT.StopStopwatch();
468-
Console.WriteLine("Clojure core loaded in " + _stopwatch.ElapsedMilliseconds + " milliseconds.");
467+
//RT.StopStopwatch();
468+
//Console.WriteLine("Clojure core loaded in " + _stopwatch.ElapsedMilliseconds + " milliseconds.");
469469
}
470470
finally
471471
{

0 commit comments

Comments
 (0)