Skip to content

Commit

Permalink
Remove errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Apr 1, 2024
1 parent c99ec61 commit 5f37d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/analytics/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ export class AnalyticsEngineAPI {

const result = responseData.data.reduce(
(acc, row) => {
console.log(row);
const key =
row[_column] === ""
? "(none)"
Expand Down

0 comments on commit 5f37d61

Please sign in to comment.