Removed noisy debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-30 23:03:04 +01:00
parent b2a86e312b
commit f4f184e115

View file

@ -119,8 +119,7 @@ class Importer extends Component
public function updating($name, $new_import_type) public function updating($name, $new_import_type)
{ {
if ($name == "activeFile.import_type") { if ($name == "activeFile.import_type") {
Log::debug("WE ARE CHANGING THE import_type!!!!! TO: " . $new_import_type);
Log::debug("so, what's \$this->>field_map at?: " . print_r($this->field_map, true));
// go through each header, find a matching field to try and map it to. // go through each header, find a matching field to try and map it to.
foreach ($this->activeFile->header_row as $i => $header) { foreach ($this->activeFile->header_row as $i => $header) {
// do we have something mapped already? // do we have something mapped already?