diff --git a/moderation_dashboard.module b/moderation_dashboard.module
index bdf73d4..fd38323 100644
--- a/moderation_dashboard.module
+++ b/moderation_dashboard.module
@@ -5,7 +5,6 @@
  * Contains hooks for the moderation_dashboard module.
  */
 
-use Drupal\Core\Access\AccessResult;
 use Drupal\Core\Entity\EntityTypeInterface;
 use Drupal\Core\Entity\ContentEntityTypeInterface;
 use Drupal\Core\Url;
diff --git a/src/PageAccess.php b/src/PageAccess.php
index d22a69d..7b748bc 100644
--- a/src/PageAccess.php
+++ b/src/PageAccess.php
@@ -79,7 +79,6 @@ class PageAccess {
    *   The access result.
    */
   public function getAccessResult() {
-    // If no Content Type has moderation enabled, users cannot use the dashboard.
     if (!$this->hasModeratedContentType()) {
       return AccessResult::forbidden();
     }
