Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Nov 28, 2024
1 parent 1088c49 commit 68a0be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion performance-tests/tax-report/src/tax-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function submit_tax(data, id) {

// 1. Create instance
var instance_resp = create_instance(data, id);
console.log(instance_resp.body);
if (instance_resp.status != 201) return;

// 2. Uplod tax report
Expand Down

0 comments on commit 68a0be8

Please sign in to comment.