diff --git a/tests/foo/1.0/default/Foo.cpp b/tests/foo/1.0/default/Foo.cpp index 5a51532e19..850d716cea 100644 --- a/tests/foo/1.0/default/Foo.cpp +++ b/tests/foo/1.0/default/Foo.cpp @@ -112,16 +112,7 @@ Return Foo::callMe( << DELAY_S << " seconds"; c[1] = systemTime(); - Return ret = cb->heyItsYouIsntIt(cb); - if (!ret.isOk()) { - LOG(ERROR) << "SERVER(Foo) callMe " - << cb.get() - << " encountered transport error (" - << ret.getStatus().exceptionCode() - << ")."; - return Void(); - } - bool answer = ret.get(); + bool answer = cb->heyItsYouIsntIt(cb); c[1] = systemTime() - c[1]; LOG(INFO) << "SERVER(Foo) callMe "