2
0
auz34 11 жил өмнө
parent
commit
c816d51130

+ 0 - 2
Jint/Runtime/CallStack/JintCallStack.cs

@@ -49,7 +49,5 @@
         {
             return string.Join("->", _stack.Select(cse => cse.ToString()).Reverse());
         }
-
-        // TODO printing Call Stack might become useful for debugging purposes
     }
 }