Skip to content

Commit

Permalink
turned off debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Oct 18, 2024
1 parent e4d8afb commit 79c1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { sqlite3 } from './database.js';
import {trackEvent} from './tracking.js';
import {extractWaveMetadata} from './metadata.js';

const DEBUG = true;
const DEBUG = false;

// Function to join Buffers and not use Buffer.concat() which leads to detached ArrayBuffers
function joinBuffers(buffer1, buffer2) {
Expand Down

0 comments on commit 79c1f44

Please sign in to comment.