diff --git a/Network/Smtp/Session.hs b/Network/Smtp/Session.hs
--- a/Network/Smtp/Session.hs
+++ b/Network/Smtp/Session.hs
@@ -45,7 +45,6 @@
 
     case code of
       250 -> lift $ modify (\cfg -> cfg { mailExtensions = exts })
-             >> liftIO (print exts)
       500 -> tryHelo
       502 -> tryHelo
       554 -> tryHelo
diff --git a/ismtp.cabal b/ismtp.cabal
--- a/ismtp.cabal
+++ b/ismtp.cabal
@@ -1,5 +1,5 @@
 Name:          ismtp
-Version:       2.0.2
+Version:       2.0.3
 Category:      Network
 Synopsis:      Advanced ESMTP library
 Maintainer:    Ertugrul Söylemez <es@ertes.de>
