Skip to content

Commit

Permalink
Remove unneeded debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
giox069 committed Sep 15, 2014
1 parent 4851a02 commit bf697e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion remmina-plugins/rdp/rdp_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ static gboolean remmina_rdp_main(RemminaProtocolWidget* gp)
dest_server = remmina_plugin_service->file_get_string(remminafile, "server");
if ( dest_server ) {
remmina_plugin_service->get_server_port(dest_server, 0, &dest_host, &dest_port);
printf("GIO: Setting certificate name to %s\n", dest_host);
rfi->settings->CertificateName = _strdup( dest_host );
g_free(dest_host);
}
Expand Down

0 comments on commit bf697e7

Please sign in to comment.