1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Removed a stray DBG statement

This commit is contained in:
ed 2018-10-18 17:14:33 +01:00
parent efacc67a15
commit d3fe2515ad

View file

@ -433,7 +433,6 @@ var parseJUCEHeaderMetadata (const File& file)
StringArray lines;
file.readLines (lines);
DBG (file.getFileName());
for (int i = 0; i < lines.size(); ++i)
{
auto trimmedLine = trimCommentCharsFromStartOfLine (lines[i]);