mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 05:22:00 +08:00
remove logs
This commit is contained in:
parent
8a5178f0dc
commit
c49ffd83a3
@ -35,7 +35,6 @@ const defaultOption = {
|
||||
|
||||
const SelectService = (props: SelectServiceProps) => {
|
||||
const [selectedVal, setSelectedVal] = useState<string>(defaultOption.serviceName);
|
||||
console.log("props",props);
|
||||
const { zoomToService, zoomToDefault } = props;
|
||||
const services = cloneDeep(props.services);
|
||||
services.unshift(defaultOption)
|
||||
|
Loading…
x
Reference in New Issue
Block a user