Remove unused method
This commit is contained in:
parent
ed7e967f4a
commit
af211c1203
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue