Skip to content

Commit 5e83d75

Browse files
committed
Fix log
1 parent 5120c65 commit 5e83d75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ if (timezone < 0) {
3232
}
3333

3434

35-
console.log(url);
36-
3735
async function start() {
3836
getMetric("pageviews");
3937
getMetric("visitors");
@@ -69,6 +67,7 @@ function writeToCSV(data, metric) {
6967
});
7068

7169
const exportData = data.map((elem) => {
70+
console.log(metric, elem);
7271
return {
7372
date: (new Date(elem[0])).toISOString(),
7473
timestamp: elem[0],

0 commit comments

Comments
 (0)