changeset 732:c0234110ca5f

Remove debug output review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003873.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 24 Oct 2012 14:59:12 +0200
parents 153988c559a8
children 25496a5a18ce
files system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java	Wed Oct 24 11:57:30 2012 +0200
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java	Wed Oct 24 14:59:12 2012 +0200
@@ -54,7 +54,6 @@
     @SuppressWarnings("unchecked")
     @Override
     public void start(BundleContext context) throws Exception {
-        System.err.println("loading SystemBackendActivator");
         
         backend = new SystemBackend();