- remove some useless console.log
    - remove useless files
This commit is contained in:
Kum1ta
2024-11-18 18:08:14 +01:00
parent 9f34d9b554
commit 17a0321532
342 changed files with 86 additions and 158195 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* main.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/04 23:32:52 by edbernar #+# #+# */
/* Updated: 2024/09/30 19:07:35 by madegryc ### ########.fr */
/* Updated: 2024/11/18 16:35:40 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -123,7 +123,6 @@ function newNotification(title, message, img, action, timer, actionText)
let intervalLoadBar = null;
let timeoutInTimout = null;
console.log("New notification: " + message);
if (divNotification == null)
{
console.warn("No div for display notification here. Add div in html template for display it.");