Skip to content

Commit

Permalink
get rid of one more console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlighthouses committed Jul 18, 2023
1 parent 87bca7b commit 2fccd67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ReactViews/BottomDock/Timeline/Timeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import CommonStrata from "../../../Models/Definition/CommonStrata";
import withControlledVisibility from "../../HOCs/withControlledVisibility";
import CesiumTimeline from "./CesiumTimeline";
import { getOffsetMinutes } from "../../../Core/DateUtils";
// import { formatDateTime } from "./DateFormats";
import DateTimePicker from "./DateTimePicker";
import Styles from "./timeline.scss";
import TimelineControls from "./TimelineControls";
Expand Down Expand Up @@ -105,7 +104,6 @@ class Timeline extends React.Component {
offsetTime
);
if (defined(catalogItem.dateFormat)) {
console.log("adjusted dateFormat", catalogItem.dateFormat);
currentTime = dateFormat(adjTime, catalogItem.dateFormat);
} else {
currentTime = dateFormat(adjTime, "isoDate");
Expand Down

0 comments on commit 2fccd67

Please sign in to comment.