Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed May 31, 2024
1 parent 1b6b0ee commit fd115a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { MediaManager } from '../../media/MediaManager';

export function handleDestroyMedia(data) {
console.log(data);
const succeeded = MediaManager.destroySounds(data.soundId, data.all, false, data.fadeTime);
if (!succeeded) {
// eslint-disable-next-line no-console
Expand Down

0 comments on commit fd115a4

Please sign in to comment.