mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-30 15:42:34 +02:00
2017-12-04 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging statement.
This commit is contained in:
parent
9f17b3f560
commit
ecf7fef9f5
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user