Skip to content

Commit

Permalink
#15
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprestesmachado committed Nov 10, 2016
1 parent c4d154c commit ccc2136
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/edu/ifrs/soundChat/model/InputMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ public void setMessage(TextMessage message) {
* Return the object state in JSON format
*/
public String toString(){
message.clearCharacters();

StringBuilder json = new StringBuilder();
json.append("{");
json.append("\"textMessage\":");
Expand Down

0 comments on commit ccc2136

Please sign in to comment.