Browse Source

removed left over debug output

Kajetan Johannes Hammerle 3 years ago
parent
commit
ae199d6935
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server/snuviscript/Snuvi.cpp

+ 0 - 1
server/snuviscript/Snuvi.cpp

@@ -194,7 +194,6 @@ Pointer Snuvi::toString(Script* sc, const char* s) {
     Pointer p;
     p.offset = 0;
     p.array = asAllocate(&sc->arrays, sizeof(int32), data.getLength());
-    printf("%d wsdfdg\n", data.getLength());
     SnuviArray* array = asGet(&sc->arrays, p.array);
     if(array == nullptr) {
         sError(sc, "cannot allocate string memory");