Explorar o código

remove Debug.hx

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
bd554eeb44
Modificáronse 1 ficheiros con 0 adicións e 13 borrados
  1. 0 13
      std/python/Debug.hx

+ 0 - 13
std/python/Debug.hx

@@ -1,13 +0,0 @@
-
-package python;
-
-import python.lib.Inspect;
-import python.lib.PPrint;
-
-class Debug {
-
-	public static function dump (x:Dynamic) {
-		PPrint.pprint(Inspect.getmembers(x));
-	}
-
-}