Browse Source

Remove todo comment

auz34 11 years ago
parent
commit
c816d51130
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Jint/Runtime/CallStack/JintCallStack.cs

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

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