mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Remove a debug log (#135)
This commit is contained in:
@@ -393,7 +393,6 @@ std::optional<std::shared_ptr<IParsedData>> GenericArrayFactory::parse(std::vect
|
||||
case ArrayType::u8: {
|
||||
uint8_t x = reader.ReadUByte();
|
||||
data.emplace_back(x);
|
||||
SPDLOG_INFO("HERE");
|
||||
break;
|
||||
}
|
||||
case ArrayType::s8: {
|
||||
|
||||
Reference in New Issue
Block a user