mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Remove logs
This commit is contained in:
parent
95c3faf6de
commit
f2beec7bc7
@ -58,8 +58,6 @@ export default function CameraControlPanel({ camera = '' }) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('Handling key down ' + e.key);
|
||||
|
||||
if (ptz.features.includes('pt')) {
|
||||
if (e.key === 'ArrowLeft') {
|
||||
e.preventDefault();
|
||||
@ -92,8 +90,6 @@ export default function CameraControlPanel({ camera = '' }) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('Handling key up ' + e.key);
|
||||
|
||||
if (
|
||||
e.key === 'ArrowLeft' ||
|
||||
e.key === 'ArrowRight' ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user