Skip to content

Commit

Permalink
removed qDebugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfalk committed Nov 19, 2022
1 parent e01cbfd commit 06e9a5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Src/templategen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,6 @@ void TemplateGen::drawFullSheetPartsListCSVStd()
//Write Values
for(int c = 0; c < BOMStd.size() ; c++)
{
qDebug() << BOMStd[c].Values.first() << "/" << splitBOMValStd(BOMStd[c].Values.first(), BOMStd[c].Width - 2);
drawText(Coordinate{left + widthOffset + BOMStd[c].Width/2, indexTop + fieldHeight/2}, splitBOMValStd(BOMStd[c].Values.first(), BOMStd[c].Width - 2), FULLSHEETPARTSLISTFIELDS["opt2"].Name, 2.5, TextHeightAnchor::Middle, TextWidthAnchor::Center, 0.25, true, i);
widthOffset += BOMStd[c].Width;
BOMStd[c].Values.pop_front();
Expand Down
2 changes: 0 additions & 2 deletions Src/templategeneagle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ bool TemplateGenEagle::writeBase()
{
if(!FULLSHEETPARTSLISTCSV)
{
qDebug() << "A";
if(QFile::exists(DIR + "/sheet_template_eagle_6-5.lbr"))
{
QFile file(DIR + "/sheet_template_eagle_6-5.lbr");
Expand Down Expand Up @@ -160,7 +159,6 @@ bool TemplateGenEagle::writeBase()
}
}else
{
qDebug() << "B";
NODRAW = true;
return true;
}
Expand Down

0 comments on commit 06e9a5c

Please sign in to comment.