Skip to content

Commit

Permalink
Removing useless debug information
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.opennebula.org/one/trunk@963 3034c82b-c49b-4eb3-8279-a7acafdc01c0
  • Loading branch information
tinova committed Feb 5, 2010
1 parent 56bf9ae commit c14c585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/vmware/OneVmmVmware.java
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ void send_message(String str)
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)
Expand Down

0 comments on commit c14c585

Please sign in to comment.