2017-12-04 Fred Gleason <fredg@paravelsystems.com>

* Removed a debugging statement.
This commit is contained in:
Fred Gleason 2017-12-04 16:52:45 -05:00
parent 9f17b3f560
commit ecf7fef9f5
2 changed files with 2 additions and 1 deletions

View File

@ -16404,3 +16404,5 @@
rd.conf(5).
* Added an 'Collation=' directive to the [MySQL] section of
rd.conf(5).
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging statement.

View File

@ -155,7 +155,6 @@ void ImportListView::refreshList(int line)
item->setText(3,RDGetTimeLength(logline->forcedLength(),false,false));
total_len+=logline->forcedLength();
switch(logline->transType()) {
printf("line: %d transtype: %d\n",line,logline->transType());
case RDLogLine::Play:
item->setText(5,tr("PLAY"));
break;