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:
parent
efacc67a15
commit
d3fe2515ad
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue