瀏覽代碼

remove Debug.hx

Simon Krajewski 11 年之前
父節點
當前提交
bd554eeb44
共有 1 個文件被更改,包括 0 次插入13 次删除
  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));
-	}
-
-}