diff options
author | Kay Ramme <kr@openoffice.org> | 2001-11-01 13:51:52 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-11-01 13:51:52 +0000 |
commit | 3b3d0f1dcd4500d831116d491c4914227259b673 (patch) | |
tree | 13603f9b181d26bd0f15b0679d87bb43cb085a4e /sandbox/com | |
parent | 9a054612e8a77121357bb827a5e5e2b2ec8d5124 (diff) |
removed dumpStack (#87146#)
Diffstat (limited to 'sandbox/com')
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/ResourceProxy.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java b/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java index 737154c1d569..f9f81e09da3f 100644 --- a/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java +++ b/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java @@ -2,9 +2,9 @@ * * $RCSfile: ResourceProxy.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kr $ $Date: 2001-10-24 11:16:00 $ + * last change: $Author: kr $ $Date: 2001-11-01 14:51:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -208,8 +208,6 @@ public class ResourceProxy implements Resource, Cachable { } public synchronized ImageProducer getImageProducer() { - Thread.currentThread().dumpStack(); - ImageProducer imageProducer = resource.getImageProducer(); |