removed debug code

This commit is contained in:
David Skoland 2017-02-03 17:54:40 +01:00
parent 6a4657ceb9
commit 0997bdc26f

View File

@ -1058,13 +1058,6 @@ void Courtroom::on_ooc_toggle_clicked()
void Courtroom::on_witness_testimony_clicked() void Courtroom::on_witness_testimony_clicked()
{ {
//D3BUG
//ui_vp_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);"
// "color: red");
set_text_color();
//D3BUG
ao_app->send_server_packet(new AOPacket("RT#testimony1#%")); ao_app->send_server_packet(new AOPacket("RT#testimony1#%"));
} }