Skip to content

Commit 8e7496d

Browse files
author
Sergii Kovalenko
committed
MAGETWO-88054: Stabilize S1 build
--move migration to Staging module
1 parent ecbc5d0 commit 8e7496d

File tree

1 file changed

+0
-2
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+0
-2
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ public function commit()
314314
*/
315315
public function rollBack()
316316
{
317-
/** This is done for S2 build in order to see where transaction is rolled back */
318-
var_dump(debug_backtrace(10));
319317
if ($this->_transactionLevel === 1) {
320318
$this->logger->startTimer();
321319
parent::rollBack();

0 commit comments

Comments
 (0)