diff --git a/README.txt b/README.txt
index 1f4580e..fb92a82 100644
--- a/README.txt
+++ b/README.txt
@@ -180,10 +180,6 @@ Troubleshooting / Known Issues
   taxonomy term pages to work correctly.
 * Using Metatag with values assigned for the page title and the Page Title
   module simultaneously can cause conflicts and unexpected results.
-* Using the Exclude Node Title module will cause the [node:title] token to be
-  empty on node pages, so using [current-page:title] will work around the
-  issue. Note: it isn't possible to "fix" this as it's a by-product of what
-  Exclude Node Title does - it removes the node title from display.
 * When customizing the meta tags for user pages, it is strongly recommended to
   not use the [current-user] tokens, these pertain to the person *viewing* the
   page and not e.g., the person who authored a page.
diff --git a/metatag.install b/metatag.install
index 8116c1e..0c36865 100644
--- a/metatag.install
+++ b/metatag.install
@@ -60,16 +60,6 @@ function metatag_requirements($phase) {
       );
     }
 
-    // Add a note if Page Title is also installed.
-    if (module_exists('exclude_node_title')) {
-      $requirements['metatag_exclude_node_title'] = array(
-        'severity' => REQUIREMENT_INFO,
-        'title' => 'Metatag',
-        'value' => $t('Possible conflicts with Exclude Node Title module'),
-        'description' => $t('The Metatag module\'s default settings for content types (nodes) uses [node:title] for the page title. Unfortunately, Exclude Node Title hides this so the page title ends up blank. It is recommended to <a href="!config">change the "title" field\'s default value</a> to "[current-page:title]" instead of "[node:title]" for any content types affected by Exclude Node Title.', array('!config' => 'admin/config/search/metatags')),
-      );
-    }
-
     // Add a note if the deprecated metatag.entity_translation.inc file still
     // exists.
     $filename = 'metatag.entity_translation.inc';
