diff --git a/src/org/yaaic/irc/IRCService.java b/src/org/yaaic/irc/IRCService.java index abe02d7..5154465 100644 --- a/src/org/yaaic/irc/IRCService.java +++ b/src/org/yaaic/irc/IRCService.java @@ -75,7 +75,7 @@ public class IRCService extends Service this.connections = new HashMap(); this.binder = new IRCBinder(this); - this.settings = new Settings(getApplicationContext()); + //this.settings = new Settings(this.getApplicationContext()); } /**