Skip to content

Commit

Permalink
[FIX] spreadsheet: remove debug log
Browse files Browse the repository at this point in the history
closes odoo#133514

X-original-commit: 51dbb52
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
  • Loading branch information
LucasLefevre committed Aug 29, 2023
1 parent 6e7cf8e commit 97d8f1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ QUnit.module("spreadsheet server data", {}, () => {
batchEndpoint.call(request2);
assert.verifySteps([]);
await nextTick();
console.log("Passe");
assert.verifySteps(["success-callback", "failure-callback"]);
});
});

0 comments on commit 97d8f1d

Please sign in to comment.