Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
aralyekta committed Feb 6, 2025
1 parent 9c48f6e commit 94fb3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gurubase-frontend/src/utils/clientActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ export async function getAnalyticsTable(
const startTime = timeRange ? timeRange.startTime : null;
const endTime = timeRange ? timeRange.endTime : null;

console.log("timeRange", timeRange);
const params = new URLSearchParams({
metric_type: metricType,
interval,
Expand Down

0 comments on commit 94fb3b8

Please sign in to comment.