Skip to content

Commit

Permalink
MAT-8048: Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Jan 30, 2025
1 parent 8fcb731 commit d3a5d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/useMeasureServiceApi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export class MeasureServiceApi {
abortController: AbortController
): Promise<any> {
try {
console.log("what are my ssearchCriteria", searchCriteria);
const response = await axios.put<any>(
`${this.baseUrl}/measures/searches`,
searchCriteria,
Expand Down

0 comments on commit d3a5d84

Please sign in to comment.