diff --git a/Jupiter/String_Type_Imp.h b/Jupiter/String_Type_Imp.h index 910732b..590363c 100644 --- a/Jupiter/String_Type_Imp.h +++ b/Jupiter/String_Type_Imp.h @@ -164,7 +164,6 @@ template<> inline void Jupiter::String_Type::processEscapeSequences() size_t index = 0; while (index + 1 != Jupiter::String_Type::length) { - printf("Processing: %c (%u) @ %u" ENDL, this->get(index), this->get(index), index); if (this->get(index) == '\\') { switch (this->get(++index)) diff --git a/Release/Jupiter.lib b/Release/Jupiter.lib index 276bc80..d152c03 100644 Binary files a/Release/Jupiter.lib and b/Release/Jupiter.lib differ