Skip to content

Commit

Permalink
Removed varDump
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathmel123 committed Mar 27, 2024
1 parent b25c3c3 commit 7a9f36d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Common/XmlDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function setConfig(array $config) : void {
$this->include_literal_string = $config['literalString'];
$this->include_xml_id = $config['xmlId'];
$this->splitSymbols = $config['splitSymbols'];
var_dump($this->include_xml_id);
}

public static function from (string $xmlString): XmlDocument
Expand Down

0 comments on commit 7a9f36d

Please sign in to comment.