mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue