Browse Source

Removed comment

Frederic Torres 11 years ago
parent
commit
8b2d9c3984
1 changed files with 1 additions and 7 deletions
  1. 1 7
      Jint/Native/Json/JsonSerializer.cs

+ 1 - 7
Jint/Native/Json/JsonSerializer.cs

@@ -164,13 +164,7 @@ namespace Jint.Native.Json
                         return value;
                 }
             }
-            
-            //if (value == Undefined.Instance) 
-            //{
-            //    //return Undefined.Instance;
-            //    return "null";
-            //}
-
+           
             if (value == Null.Instance)
             {
                 return "null";