mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-09 22:02:19 +02:00
clean up old logs
This commit is contained in:
@@ -281,9 +281,7 @@ export const MpvPlayerEngine = (props: MpvPlayerEngineProps) => {
|
||||
onPlayerPlay: () => {
|
||||
replaceMpvQueue(transcode);
|
||||
},
|
||||
onQueueCleared: () => {
|
||||
console.log('queue cleared');
|
||||
},
|
||||
onQueueCleared: () => {},
|
||||
},
|
||||
[transcode],
|
||||
);
|
||||
|
||||
@@ -124,7 +124,6 @@ export const LibraryHeader = forwardRef(
|
||||
<div
|
||||
className={styles.imageSection}
|
||||
onClick={() => {
|
||||
console.log('openImage');
|
||||
openImage();
|
||||
}}
|
||||
onKeyDown={(event) =>
|
||||
|
||||
Reference in New Issue
Block a user