Ver Fonte

[lua] remove leftover comment

Justin Donaldson há 4 anos atrás
pai
commit
91944e02bf
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      std/lua/_std/haxe/format/JsonParser.hx

+ 0 - 1
std/lua/_std/haxe/format/JsonParser.hx

@@ -42,7 +42,6 @@ class JsonParser {
 		If `str` is null, the result is unspecified.
 	**/
 	static public inline function parse(str:String):Dynamic {
-		// return new JsonParser(str).doParse();
 		return lua.lib.hxluasimdjson.Json.parse(str);
 	}