Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 3d5d2d3

Browse files
committed
Remove log
1 parent 1c96767 commit 3d5d2d3

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/module.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51313,7 +51313,6 @@ function () {
5131351313

5131451314
var groupPeriod = res[0];
5131551315
var groupVal = res[1];
51316-
console.log(groupPeriod, groupVal);
5131751316

5131851317
switch (groupPeriod) {
5131951318
case "s":

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bigquery_query.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default class BigQueryQuery {
4242
const res = BigQueryDatasource._getShiftPeriod(str);
4343
const groupPeriod = res[0];
4444
const groupVal = res[1];
45-
console.log(groupPeriod, groupVal )
4645
switch (groupPeriod) {
4746
case "s":
4847
return 1 * groupVal;

0 commit comments

Comments
 (0)