Parcourir la source

[lua] remove leftover comment

Justin Donaldson il y a 5 ans
Parent
commit
91944e02bf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
 	}