From af211c1203f79b91671295ef62308b4b61f06e80 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Jan 2017 03:10:44 -0800 Subject: [PATCH] Remove unused method --- app/Console/Commands/ObjectImportCommand.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/Console/Commands/ObjectImportCommand.php b/app/Console/Commands/ObjectImportCommand.php index 82d635d376..eb2b48a809 100644 --- a/app/Console/Commands/ObjectImportCommand.php +++ b/app/Console/Commands/ObjectImportCommand.php @@ -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.