Browse Source

Removed debug

Raoul Hess 10 years ago
parent
commit
1e63062e5a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/mysql_poolboy_app.erl

+ 0 - 1
src/mysql_poolboy_app.erl

@@ -22,7 +22,6 @@
 -export([start/2, stop/1]).
 
 start(_Type, _Args) ->
-    lager:info("Startings mysql_poolboy god damnit!"),
     supervisor:start_link({local, mysql_poolboy_sup}, mysql_poolboy_sup, []).
 
 stop(_State) ->