Skip to content

Commit

Permalink
Remove forgotten console.log gristlabs#601
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent authored and Florent F committed Aug 10, 2023
1 parent e97c8e2 commit 4eba055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server/lib/DocApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ function testDocApi() {
const body: ColumnsPut = { columns };
const resp = await axios.put(url, body, {...chimpy, params});
assert.equal(resp.status, 200);
console.log("resp.data = ", resp.data);
const fieldsByColId = await getColumnFieldsMapById(url);

assert.deepEqual(
Expand Down

0 comments on commit 4eba055

Please sign in to comment.