From b7aa54d8015d5862af550072754b2b7cb41256e0 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 17 Aug 2014 08:36:05 +0300 Subject: [PATCH] new sql profiler --- ipf/orm/connection/profiler.php | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 ipf/orm/connection/profiler.php diff --git a/ipf/orm/connection/profiler.php b/ipf/orm/connection/profiler.php deleted file mode 100644 index 4284fcb..0000000 --- a/ipf/orm/connection/profiler.php +++ /dev/null @@ -1,34 +0,0 @@ -start(); - - if ( ! in_array($a[0], $this->events, true)) { - $this->events[] = $a[0]; - } - } else { - // after-event listener found - $a[0]->end(); - } - } -} - -- 2.49.0