Remove DSPLLE ReadAnnotatedAssembly error log entry

This commit is contained in:
Ryan Meredith 2018-03-02 02:25:25 -05:00
parent 83ac16060e
commit c94cd4a275
1 changed files with 1 additions and 3 deletions

View File

@ -82,10 +82,8 @@ bool ReadAnnotatedAssembly(const std::string& filename)
{ {
File::IOFile f(filename, "r"); File::IOFile f(filename, "r");
if (!f) if (!f)
{
ERROR_LOG(DSPLLE, "Bah! ReadAnnotatedAssembly couldn't find the file %s", filename.c_str());
return false; return false;
}
char line[512]; char line[512];
int last_addr = 0; int last_addr = 0;