From c9a43ce5c08caa932e8bb9aa779e21880fa4696a Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Thu, 30 May 2024 18:16:32 -0700 Subject: [PATCH] Update UIContextMenu.js --- src/UI/UIContextMenu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UI/UIContextMenu.js b/src/UI/UIContextMenu.js index 9a1e8c4da..060e0ae5c 100644 --- a/src/UI/UIContextMenu.js +++ b/src/UI/UIContextMenu.js @@ -137,7 +137,6 @@ function UIContextMenu(options){ if ( options?.delay === false) { $(contextMenu).show(0); } else if(options?.delay === true || options?.delay === 1 || options?.delay === undefined) { - console.log('delay') $(contextMenu).fadeIn(80).show(0); } else { $(contextMenu).fadeIn(options?.delay).show(0);