Explorar o código

[lua] remove leftover comment

Justin Donaldson %!s(int64=5) %!d(string=hai) anos
pai
achega
91944e02bf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
 	}