refactor: реструктуризация кода, удаленние ненужных оповещений

This commit is contained in:
2026-03-29 20:09:23 +03:00
parent 339f2b9127
commit a631166f09
5 changed files with 19 additions and 34 deletions

View File

@@ -1,12 +1,3 @@
# box ========
.on_load = function(ns) {
message(
'Loading module "', box::name(), '"\n',
'Module path: "', basename(box::file()), '"'
)
}
#
#' @export
make_panels <- function(scheme) {