Browse Source

Removed debug line.

release/0.19
JustinAJ 9 years ago
parent
commit
d8233af4a7
  1. 1
      Jupiter/String_Type_Imp.h
  2. BIN
      Release/Jupiter.lib

1
Jupiter/String_Type_Imp.h

@ -164,7 +164,6 @@ template<> inline void Jupiter::String_Type<char>::processEscapeSequences()
size_t index = 0;
while (index + 1 != Jupiter::String_Type<char>::length)
{
printf("Processing: %c (%u) @ %u" ENDL, this->get(index), this->get(index), index);
if (this->get(index) == '\\')
{
switch (this->get(++index))

BIN
Release/Jupiter.lib

Binary file not shown.
Loading…
Cancel
Save