From 09ddbbdbc4d885ee4889fa0db32e01cf9410cd50 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 May 2010 13:57:35 +0800 Subject: [PATCH] XObject.js --- XObject.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/XObject.js b/XObject.js index b2723ad04..29a8b8dc7 100644 --- a/XObject.js +++ b/XObject.js @@ -277,11 +277,6 @@ XObject.prototype = { Seed.print('pack method not available : ' + this.xtype + '.' + pack_m); console.dump(this); - var p = this.parent; - while (p) { - Seed.print('PARENT: ' + p.xtype); - p = p.parent; - } return; } -- 2.39.2