summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-07-21 14:17:47 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-07-21 15:53:28 +0200
commit20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6 (patch)
tree1894f259aa1e0b6736740ee23108712d7744360a /lib/private/appframework
parentf9071ed5b7449c5f0dfa99a7715a744742281cf1 (diff)
downloadnextcloud-server-20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6.tar.gz
nextcloud-server-20cd0ae55b3e56e0fbe34033a023f6a5f1c2b7d6.zip
Add a log message when the Doctrine Query Builder is retrieved
Diffstat (limited to 'lib/private/appframework')
-rw-r--r--lib/private/appframework/db/db.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/private/appframework/db/db.php b/lib/private/appframework/db/db.php
index 6134d33b6c9..cde85831687 100644
--- a/lib/private/appframework/db/db.php
+++ b/lib/private/appframework/db/db.php
@@ -48,15 +48,6 @@ class Db implements IDb {
/**
* Gets the ExpressionBuilder for the connection.
*
- * @return \OCP\DB\QueryBuilder\IExpressionBuilder
- */
- public function getExpressionBuilder() {
- return $this->connection->getExpressionBuilder();
- }
-
- /**
- * Gets the ExpressionBuilder for the connection.
- *
* @return \OCP\DB\QueryBuilder\IQueryBuilder
*/
public function getQueryBuilder() {