mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] tests: remove debugger
This commit is contained in:
committed by
Aaron Bohy
parent
2b90e3a688
commit
10745c52d0
@@ -104,7 +104,6 @@ describe("t-on", () => {
|
||||
state = useState({ values: ["a", "b"] });
|
||||
otherState = { vals: new Array<string>() };
|
||||
addVal(val: string) {
|
||||
debugger;
|
||||
this.otherState.vals.push(val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user