Skip to content

Commit

Permalink
removes unnecessary debugger
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
  • Loading branch information
ashwin-pc committed Feb 28, 2024
1 parent c5983bc commit 39a7648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/discover/public/url_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export class DiscoverUrlGenerator
url = setStateToOsdUrl<QueryState>('_g', queryState, { useHash }, url);
url = setStateToOsdUrl('_a', appState, { useHash }, url);

// debugger;
return url;
};
}

0 comments on commit 39a7648

Please sign in to comment.