diff --git a/mailsystem.module b/mailsystem.module
index e414280..64a038c 100644
--- a/mailsystem.module
+++ b/mailsystem.module
@@ -14,7 +14,6 @@
  * @see mailsystem_get_classes()
  */
 function mailsystem_init() {
-  mailsystem_get_classes();
   // @todo Remove this when issue #299138 gets resolved.
   if (!function_exists('mailsystem_html_to_text')) {
     module_load_include('inc', 'mailsystem', 'html_to_text');
