From a162ebbea5ac394b6a56300e4ee55ec02a2bc081 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 28 Oct 2016 09:40:28 +0100 Subject: [PATCH] clean code --- lib/php/db/table.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index e6826e89..36a0b6da 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -1740,8 +1740,6 @@ Class Table extends nb { if (is_array($this->status[$k])) $this->status[$k] = count($this->status[$k]); } - #if (empty($this->status['count']) and $this->p('db.count')) $this->status['count'] = $this->count(); - #debug([$this->name,$this->status,$this->sql()]); if (!empty($key)) return ( empty($this->status[$key]) ? '' : $this->status[$key] ); return $this->status; } -- 2.47.3