Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Nov 13, 2024
1 parent 0e1bf18 commit 73f9e5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Adapter/MariaDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ public function createIndex(string $collection, string $id, string $type, array

$sql = "CREATE {$sqlType} `{$id}` ON {$this->getSQLTable($collection->getId())} ({$attributes})";

var_dump($sql);
$sql = $this->trigger(Database::EVENT_INDEX_CREATE, $sql);

try {
Expand Down

0 comments on commit 73f9e5f

Please sign in to comment.