From c555c4280b07423c06445efeb545204e155ad3f9 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 15 Oct 2007 23:56:48 +0000 Subject: [PATCH] Nix the thread dumps, we've got everything mostly in hand. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2240 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/PrefsConfig.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/java/com/samskivert/util/PrefsConfig.java b/src/java/com/samskivert/util/PrefsConfig.java index 98710703..325ce439 100644 --- a/src/java/com/samskivert/util/PrefsConfig.java +++ b/src/java/com/samskivert/util/PrefsConfig.java @@ -52,9 +52,6 @@ public class PrefsConfig extends Config { super(path); - Log.warning("O hai! I m ritin 2 ur harddisx!"); - Thread.dumpStack(); - // get a handle on the preferences instance that we'll use to override values in the // properties file try { @@ -74,9 +71,6 @@ public class PrefsConfig extends Config { super(path, props); - Log.warning("O hai! I m ritin 2 ur harddisx!"); - Thread.dumpStack(); - try { _prefs = Preferences.userRoot().node(path); } catch (AccessControlException ace) {