Remove unused method

This commit is contained in:
snipe 2017-01-25 03:10:44 -08:00
parent ed7e967f4a
commit af211c1203

View file

@ -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.