Browse Source

refactor: removed debug console.log

Kristian Vos 2 years ago
parent
commit
9c0288a08c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/logic/stations.js

+ 0 - 1
backend/logic/stations.js

@@ -657,7 +657,6 @@ class _StationsModule extends CoreClass {
 					}
 				],
 				(err, song) => {
-					if (err) console.log(33333, err, payload);
 					if (err) reject(err);
 					else resolve({ song });
 				}