Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemumma committed Jan 14, 2025
1 parent aa98b7d commit 4193562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snuba/admin/static/clickhouse_queries/query_display.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function QueryDisplay(props: {

function handleQueryError(error: any) {
const lines = error.error.split("\n");
debugger;
if (lines.length > 1) {
setQueryError({
title: lines[0],
Expand Down

0 comments on commit 4193562

Please sign in to comment.