Prechádzať zdrojové kódy

remove debug message from MemoryIOStream (used by public Importer::ReadFileFromMemory method)

Urs Hanselmann 2 rokov pred
rodič
commit
011382424b
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      include/assimp/MemoryIOWrapper.h

+ 0 - 1
include/assimp/MemoryIOWrapper.h

@@ -150,7 +150,6 @@ public:
     // -------------------------------------------------------------------
     /// @brief Tests for the existence of a file at the given path.
     bool Exists(const char* pFile) const override {
-        printf("Exists\n");
         if (0 == strncmp( pFile, AI_MEMORYIO_MAGIC_FILENAME, AI_MEMORYIO_MAGIC_FILENAME_LENGTH ) ) {
             return true;
         }