test controller

This commit is contained in:
2019-12-12 00:02:28 -06:00
parent 92f1de9155
commit c56264b130

View File

@@ -160,8 +160,6 @@ class LookupHelper {
Log::warning('Failed to get character information in GetCharacterInfo in Lookup');
return null;
}
var_dump($response);
dd();
//Store the character in our database
$this->SaveCharacter($response, $charId);