Remove logs

This commit is contained in:
Nick Mowen 2022-12-27 11:07:28 -07:00
parent 95c3faf6de
commit f2beec7bc7

View File

@ -58,8 +58,6 @@ export default function CameraControlPanel({ camera = '' }) {
return; return;
} }
console.log('Handling key down ' + e.key);
if (ptz.features.includes('pt')) { if (ptz.features.includes('pt')) {
if (e.key === 'ArrowLeft') { if (e.key === 'ArrowLeft') {
e.preventDefault(); e.preventDefault();
@ -92,8 +90,6 @@ export default function CameraControlPanel({ camera = '' }) {
return; return;
} }
console.log('Handling key up ' + e.key);
if ( if (
e.key === 'ArrowLeft' || e.key === 'ArrowLeft' ||
e.key === 'ArrowRight' || e.key === 'ArrowRight' ||