cleaning up comment.
This commit is contained in:
parent
b353afdc79
commit
b0a223aa4b
|
@ -212,8 +212,7 @@ protected function execute($sql, $bindings = array())
|
||||||
|
|
||||||
// Every query is timed so that we can log the executinon time along
|
// Every query is timed so that we can log the executinon time along
|
||||||
// with the query SQL and array of bindings. This should be make it
|
// with the query SQL and array of bindings. This should be make it
|
||||||
// convenient for the developer to profile the application's query
|
// convenient for the developer to profile performance.
|
||||||
// performance to diagnose bottlenecks.
|
|
||||||
$time = microtime(true);
|
$time = microtime(true);
|
||||||
|
|
||||||
$result = $statement->execute($bindings);
|
$result = $statement->execute($bindings);
|
||||||
|
|
Loading…
Reference in New Issue