Skip to content

Commit

Permalink
Remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Dec 10, 2024
1 parent fc5c5f8 commit 0f5ee6b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const load = async ({
new URLSearchParams(),
)
: "";
console.log(tokenData.token?.state, initExploreState, initUrlSearch);

return {
explore,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const load = async ({ url, parent, params }) => {
errors.push(...errorsFromConvert);
urlSearchForPartial = _urlSearchForPartial;
}
console.log(partialExploreState, urlSearchForPartial);

return {
partialExploreState,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const load = async ({ url, parent, params }) => {
exploreSpec,
defaultExplorePreset,
);
console.log(partialExploreState, urlSearchForPartial);

return {
partialExploreState,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import { metricsExplorerStore } from "@rilldata/web-common/features/dashboards/stores/dashboard-stores";
import type { MetricsExplorerEntity } from "@rilldata/web-common/features/dashboards/stores/metrics-explorer-entity";
import { convertExploreStateToURLSearchParams } from "@rilldata/web-common/features/dashboards/url-state/convertExploreStateToURLSearchParams";
import { getUpdatedUrlForExploreState } from "@rilldata/web-common/features/dashboards/url-state/getUpdatedUrlForExploreState";
import {
createQueryServiceMetricsViewSchema,
type V1ExplorePreset,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import type { MetricsExplorerEntity } from "@rilldata/web-common/features/dashboards/stores/metrics-explorer-entity";
import { TDDChart } from "@rilldata/web-common/features/dashboards/time-dimension-details/types";
import { convertExploreStateToURLSearchParams } from "@rilldata/web-common/features/dashboards/url-state/convertExploreStateToURLSearchParams";
import { FromURLParamViewMap } from "@rilldata/web-common/features/dashboards/url-state/mappers";
import { ExploreStateURLParams } from "@rilldata/web-common/features/dashboards/url-state/url-params";
import { DashboardState_ActivePage } from "@rilldata/web-common/proto/gen/rill/ui/v1/dashboard_pb";
import type {
V1ExplorePreset,
V1ExploreSpec,
Expand Down

0 comments on commit 0f5ee6b

Please sign in to comment.