Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguestiago0 committed Jan 11, 2025
1 parent 3062cb5 commit 239e180
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/desktop-client/src/components/reports/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export function Header({
}: HeaderProps) {
const { t } = useTranslation();
const { isNarrowWidth } = useResponsive();
//debugger;
function convertToMonth(
start: string,
end: string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export function ReportSidebar({
firstDayOfWeekIdx,
isComplexCategoryCondition = false,
}: ReportSidebarProps) {
debugger;
const { t } = useTranslation();
const [menuOpen, setMenuOpen] = useState(false);
const triggerRef = useRef(null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ export function calculateTimeRange(
timeFrame?: Partial<TimeFrame>,
defaultTimeFrame?: TimeFrame,
) {
debugger;
const start =
timeFrame?.start ??
defaultTimeFrame?.start ??
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ function SummaryInner({ widget }: SummaryInnerProps) {
);
return;
}
debugger;
await send('dashboard-update-widget', {
id: widget.id,
meta: {
Expand Down

0 comments on commit 239e180

Please sign in to comment.