summaryrefslogtreecommitdiffstats
path: root/lib/Db/FollowsRequest.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-20 21:40:10 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-11-20 21:40:10 -0100
commitfb1b1b9e98f02b4f40dd456542ae16ddcd94820a (patch)
treeeeb7a59f311af9f039d2ca18a82c46572448154f /lib/Db/FollowsRequest.php
parentbe907600c7a18ef2d17c726c22358342fc936c50 (diff)
fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Db/FollowsRequest.php')
-rw-r--r--lib/Db/FollowsRequest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/FollowsRequest.php b/lib/Db/FollowsRequest.php
index c5e2e8f1..a0eddcd2 100644
--- a/lib/Db/FollowsRequest.php
+++ b/lib/Db/FollowsRequest.php
@@ -88,7 +88,6 @@ class FollowsRequest extends FollowsRequestBuilder {
$data = $cursor->fetch();
$cursor->closeCursor();
if ($data === false) {
- $this->miscService->log('does not exisst ?');
throw new FollowDoesNotExistException();
}