7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-02 00:26:45 +00:00

Remove debug printing

This commit is contained in:
Seth Hillbrand 2025-03-06 08:13:52 -08:00
parent 68b6c2d1da
commit 4b07565d35

View File

@ -183,7 +183,6 @@ public:
}
else
{
std::cout << "Registering new file " << aFilename << std::endl;
ret = RegisterSettings( new T );
}