Commit 93ef46b222327212d216b957fa35cc14b2d8b2c1

Authored by perry.werneck@gmail.com
1 parent fd88a4c2

Removendo debug

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
src/classlib/testprogram.cc
@@ -50,13 +50,6 @@ @@ -50,13 +50,6 @@
50 cout << "\tSession state: " << session->get_cstate() << endl; 50 cout << "\tSession state: " << session->get_cstate() << endl;
51 cout << "\tCharset: " << session->get_charset() << endl; 51 cout << "\tCharset: " << session->get_charset() << endl;
52 52
53 - string *str = session->get_clipboard();  
54 - cout << "\nClipboard: " << str->c_str();  
55 -  
56 - delete str;  
57 -  
58 - session->set_clipboard("Teste de clipboard");  
59 -  
60 delete session; 53 delete session;
61 return 0; 54 return 0;
62 } 55 }