mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
removed console.log
This commit is contained in:
parent
0d9ef63b12
commit
584cff4eb6
@ -72,10 +72,6 @@ export default function Events({ path: pathname, limit = API_LIMIT } = {}) {
|
||||
const [viewEvent, setViewEvent] = useState(null);
|
||||
const [searchString, setSearchString] = useState(`${defaultSearchString(limit)}&${initialSearchParams.toString()}`);
|
||||
const { data, status, deletedId } = useEvents(searchString);
|
||||
console.log('deleted', deleted);
|
||||
console.log('deletedId', deletedId);
|
||||
console.log('limit', limit);
|
||||
console.log('data.length', data && data.length);
|
||||
|
||||
let scrollToRef = {};
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user