From e641c4e38b92fd8fb6a7847cb7b360745b4efa7e Mon Sep 17 00:00:00 2001 From: german Date: Fri, 10 Apr 2026 19:37:57 +0400 Subject: [PATCH] Stable/unstable --- Find/Find.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Find/Find.js b/Find/Find.js index 187c863..5904c2e 100644 --- a/Find/Find.js +++ b/Find/Find.js @@ -371,7 +371,6 @@ export default class Find { PrivateFind.error("Use select, before draw. Or you can use render."); } let group = this.groups[PrivateFind.arrayFindElement(this.groups, this.__id)]; - console.log(group); if (typeof group !== "object") { PrivateFind.findTypeError(group, "object"); return this;