mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Remove unused method
This commit is contained in:
parent
ed7e967f4a
commit
af211c1203
|
@ -124,13 +124,6 @@ class ObjectImportCommand extends Command
|
||||||
// An array of errors encountered while parsing
|
// An array of errors encountered while parsing
|
||||||
private $errors;
|
private $errors;
|
||||||
|
|
||||||
// public function jsonError($field, $errorString)
|
|
||||||
// {
|
|
||||||
// $this->errors[$this->current_assetId][$field] = $errorString;
|
|
||||||
// if ($this->option('verbose')) {
|
|
||||||
// parent::error($field . $errorString);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Log a message to file, configurable by the --log-file parameter.
|
* Log a message to file, configurable by the --log-file parameter.
|
||||||
|
|
Loading…
Reference in a new issue