We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7133a12 commit b2d3598Copy full SHA for b2d3598
1 file changed
Clojure/Clojure/Lib/RT.cs
@@ -462,10 +462,10 @@ static RT()
462
463
try
464
{
465
- RT.StartStopwatch();
+ //RT.StartStopwatch();
466
load("clojure/core");
467
- RT.StopStopwatch();
468
- Console.WriteLine("Clojure core loaded in " + _stopwatch.ElapsedMilliseconds + " milliseconds.");
+ //RT.StopStopwatch();
+ //Console.WriteLine("Clojure core loaded in " + _stopwatch.ElapsedMilliseconds + " milliseconds.");
469
}
470
finally
471
0 commit comments