Skip to content
Snippets Groups Projects
Unverified Commit 796cf051 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Delete commented out code (#24118)

parent b50b06ec
No related branches found
Tags embedding-sdk-0.1.9
No related merge requests found
...@@ -10,7 +10,6 @@ import { parseTimestamp } from "metabase/lib/time"; ...@@ -10,7 +10,6 @@ import { parseTimestamp } from "metabase/lib/time";
import { FieldDimension } from "metabase-lib/lib/Dimension"; import { FieldDimension } from "metabase-lib/lib/Dimension";
export const DATETIME_UNITS = [ export const DATETIME_UNITS = [
// "default",
"minute", "minute",
"hour", "hour",
"day", "day",
...@@ -18,11 +17,9 @@ export const DATETIME_UNITS = [ ...@@ -18,11 +17,9 @@ export const DATETIME_UNITS = [
"month", "month",
"quarter", "quarter",
"year", "year",
// "minute-of-hour",
"hour-of-day", "hour-of-day",
"day-of-week", "day-of-week",
"day-of-month", "day-of-month",
// "day-of-year",
"week-of-year", "week-of-year",
"month-of-year", "month-of-year",
"quarter-of-year", "quarter-of-year",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment