[cli] remove useless call (#2228)

This commit is contained in:
Jonathan Hui
2017-09-27 23:06:52 -07:00
committed by GitHub
parent 192df6cf00
commit d1d3f5d63a
-5
View File
@@ -2919,11 +2919,6 @@ void Interpreter::ProcessMacFilter(int argc, char *argv[])
}
}
if (error != OT_ERROR_NONE)
{
otThreadErrorToString(error);
}
AppendResult(error);
}