Skip to content

Commit de1ac3c

Browse files
committed
fix: remove logging for each type scope
1 parent 947982b commit de1ac3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/dumpers/schemas/schemas.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ void OutputMetadataEntry(const SchemaMetadataEntryData_t& entry, std::ofstream&
5252

5353
void DumpClasses(CSchemaSystemTypeScope* typeScope, std::filesystem::path schemaPath, std::map<std::string, std::unordered_set<std::string>>& foundFiles)
5454
{
55-
spdlog::info("Dumping schema classes");
5655
const auto& classes = typeScope->m_ClassBindings;
5756

5857
UtlTSHashHandle_t* handles = new UtlTSHashHandle_t[classes.Count()];
@@ -109,7 +108,6 @@ void DumpClasses(CSchemaSystemTypeScope* typeScope, std::filesystem::path schema
109108

110109
void DumpEnums(CSchemaSystemTypeScope* typeScope, std::filesystem::path schemaPath, std::map<std::string, std::unordered_set<std::string>>& foundFiles)
111110
{
112-
spdlog::info("Dumping schema enums");
113111
const auto& enums = typeScope->m_EnumBindings;
114112

115113
UtlTSHashHandle_t* handles = new UtlTSHashHandle_t[enums.Count()];

0 commit comments

Comments
 (0)