Browse Source

refactor: removed some leftover console.log's

Kristian Vos 3 years ago
parent
commit
84689f8206

+ 0 - 1
frontend/src/components/modals/EditPlaylist/index.vue

@@ -539,7 +539,6 @@ export default {
 				"playlists.clearAndRefillStationPlaylist",
 				this.playlist._id,
 				data => {
-					console.log(data.message);
 					if (data.status !== "success")
 						new Toast({
 							content: `Error: ${data.message}`,

+ 0 - 1
frontend/src/pages/Admin/tabs/Playlists.vue

@@ -283,7 +283,6 @@ export default {
 			this.socket.dispatch(
 				"playlists.createMissingGenrePlaylists",
 				data => {
-					console.log(data.message);
 					if (data.status !== "success")
 						new Toast({
 							content: `Error: ${data.message}`,