Skip to content

Commit

Permalink
fix: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
npaton committed Sep 9, 2023
1 parent dd76844 commit 4490fd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/remove-debug-logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@empirica/core": patch
---

Remove unnecessary debug logs.
4 changes: 0 additions & 4 deletions lib/@empirica/core/src/admin/runloop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,11 @@ export class Runloop<
key += `-${attr.index}`;
}

console.log(key);

uniqueAttrs[key] = attr;
}

const attrs = Object.values(uniqueAttrs);

console.log(attrs);

promises.push(this.taj.setAttributes(attrs));
this.attributeInputs = [];
}
Expand Down

0 comments on commit 4490fd3

Please sign in to comment.