diff --git a/js/config.js b/js/config.js index af79d03..472d3c8 100644 --- a/js/config.js +++ b/js/config.js @@ -1,3 +1,3 @@ // Log level for development. // Possible values: 'DEBUG', 'INFO', 'WARN', 'ERROR', 'NONE' -export const LOG_LEVEL = 'DEBUG'; +export const LOG_LEVEL = 'NONE';