remove debug code

This commit is contained in:
Ben Burdette 2022-05-12 14:20:45 -06:00
parent 2d0d1ec99d
commit 2acdb90438

View file

@ -888,9 +888,6 @@ static void prim_tryEval(EvalState & state, const PosIdx pos, Value * * args, Va
} catch (AssertionError & e) {
attrs.alloc(state.sValue).mkBool(false);
attrs.alloc("success").mkBool(false);
} catch (Error & e) {
attrs.alloc(state.sValue).mkBool(false);
attrs.alloc("success").mkBool(false);
}
debuggerHook = saveDebuggerHook;
v.mkAttrs(attrs);