Browse Source

cleaning up comment.

Taylor Otwell 13 years ago
parent
commit
b0a223aa4b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      laravel/database/connection.php

+ 1 - 2
laravel/database/connection.php

@@ -212,8 +212,7 @@ class Connection {
 
 		// 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
-		// convenient for the developer to profile the application's query
-		// performance to diagnose bottlenecks.
+		// convenient for the developer to profile performance.
 		$time = microtime(true);
 
 		$result = $statement->execute($bindings);