From d416332d8a3bec3b139ec517bc58c8bae9dedc7d Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Sat, 1 Aug 2020 17:11:39 +0200
Subject: [PATCH] Cleanup commented line

---
 tests/modules/cron/lib/Controller/CronTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/modules/cron/lib/Controller/CronTest.php b/tests/modules/cron/lib/Controller/CronTest.php
index 4987618bf..7dbec65f5 100644
--- a/tests/modules/cron/lib/Controller/CronTest.php
+++ b/tests/modules/cron/lib/Controller/CronTest.php
@@ -6,7 +6,6 @@ namespace SimpleSAML\Test\Module\cron\Controller;
 
 use PHPUnit\Framework\TestCase;
 use SimpleSAML\Configuration;
-//use SimpleSAML\HTTP\RunnableResponse;
 use SimpleSAML\Module\cron\Controller;
 use SimpleSAML\Session;
 use SimpleSAML\Utils;
-- 
GitLab