From 6f7bf0a5be636dd39377ce712c2139cd1f1aaf3a Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 26 Mar 2026 16:16:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/эмс-тг/эмс-тг.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/scenes/эмс-тг/эмс-тг.gd b/scenes/эмс-тг/эмс-тг.gd index 684a7fc3..791e2eba 100644 --- a/scenes/эмс-тг/эмс-тг.gd +++ b/scenes/эмс-тг/эмс-тг.gd @@ -371,7 +371,6 @@ func find_inters(info: Dictionary) -> Array: var freq_min1 = cfb - wfb var freq_max1 = cfb + wfb all_clusters.append([nm, cls.cname, freq_min1, freq_max1, cls.txe, cls.rxe]) - print([nm, cls.cname, freq_min1, freq_max1, cls.txe, cls.rxe]) for i in all_clusters.size(): var cl1 = all_clusters[i]