From 4abeb5f8a6ad77b32496f3e8b20e1fd1b6f428fb Mon Sep 17 00:00:00 2001
From: Ferenc Szontágh <szf@fsociety.hu>
Date: Fri, 18 Apr 2025 07:54:40 +0000
Subject: [PATCH] function checking
---
src/VoidScript.hpp | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/VoidScript.hpp b/src/VoidScript.hpp
index 661456c..879afeb 100644
--- a/src/VoidScript.hpp
+++ b/src/VoidScript.hpp
@@ -54,13 +54,6 @@
this->lexer->addNamespaceInput(ns, file_content);
const auto tokens = this->lexer->tokenizeNamespace(ns);
- // dump tokens
- std::cout << "--- Tokens ---\n";
- for (const auto & token : tokens) {
- token.print();
- }
-
- std::cout << Operations::Container::dump() << "\n";
parser->parseScript(tokens, file_content, file);
--
Gitblit v1.9.3