cleanup: Remove debug print from Ctrl+N handler (v0.2.39)
This commit is contained in:
parent
c9bdf56a80
commit
4648138bfc
1 changed files with 0 additions and 1 deletions
|
|
@ -1219,7 +1219,6 @@ fn handleKeyboard(
|
|||
// Ctrl+N: Modo Inserción Cronológico (INSERT real en BD)
|
||||
// =========================================================================
|
||||
if (events.insert_row) {
|
||||
std.debug.print("[VT-CTRL-N] insert_row event -> emitiendo insert_row_requested\n", .{});
|
||||
// Emitir evento para que el Panel haga INSERT real en BD
|
||||
result.insert_row_requested = true;
|
||||
// Entrar en modo inserción
|
||||
|
|
|
|||
Loading…
Reference in a new issue