And remove the Redis debug again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2020-05-15 21:36:20 +02:00
parent 99bae3c100
commit e2101bf059
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ class RedisTaskStorage implements TaskStorage
} catch (RedisException $e) {
throw new TasksException("Could not construct RedisTaskStorage. RedisException thrown: '" . $e->getMessage() . "'");
}
var_dump("Redis activated!");
}
/**