1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Removing useless debug information

git-svn-id: http://svn.opennebula.org/one/trunk@963 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2010-02-05 10:25:22 +00:00
parent f80e93528f
commit f3be56e997

View File

@ -649,7 +649,7 @@ class OneVmmVmware extends Thread
disable_standard_output();
}
if(debug){ enable_standard_output(); System.out.println("dddd"); disable_standard_output();send_error(str);}
if(debug){ send_error(str);}
}
void send_error(String str)