From 1088e51d69ede360f5ea4a9b19bae35a3216236b Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Apr 2017 20:21:54 +0000 Subject: [PATCH] Remove commented code. --- mod/ping.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mod/ping.php b/mod/ping.php index 212364def4..dcef73ffb2 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -305,10 +305,6 @@ function ping_init(App $a) // sort notifications by $[]['date'] $sort_function = function($a, $b) { - //if (!$a['seen'] AND $b['seen']) { - // return -1; - //} - $adate = strtotime($a['date']); $bdate = strtotime($b['date']);