@schukai/monster 4.23.5 → 4.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -244,7 +244,6 @@ function initEventHandler() {
244
244
  const pressedKey = event.key;
245
245
 
246
246
  if ((event.ctrlKey || event.metaKey) && pressedKey === "v") {
247
- console.log("paste");
248
247
  event.preventDefault();
249
248
 
250
249
  navigator.clipboard