mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 16:49:01 +08:00
fix: removed console logs
This commit is contained in:
parent
b86e65d2ca
commit
8b30e3cc5c
@ -108,8 +108,6 @@ function AllEndPoints({
|
||||
[groupBy, domainName, minTime, maxTime],
|
||||
);
|
||||
|
||||
console.log('uncaught modalTimeRange', timeRange);
|
||||
|
||||
// Since only one query here
|
||||
const endPointsDataQueries = useQueries(
|
||||
queryPayloads.map((payload) => ({
|
||||
|
@ -75,8 +75,6 @@ function TopErrors({
|
||||
);
|
||||
}
|
||||
|
||||
console.log('uncaught topErrors Data', formattedTopErrorsData);
|
||||
|
||||
return (
|
||||
<div className="all-endpoints-container">
|
||||
<div className="endpoints-table-container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user