Skip to content

Commit

Permalink
'#1889: Remove debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed Sep 21, 2023
1 parent 36d793b commit dd98cbf
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,6 @@ private void extractMessages(Connection conn, Map<Long, Chat> idToChat, boolean
}
Message m = createMessageFromDB(rs, chat);
chat.getMessages().add(m);

try {
Thread.sleep(100);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
} catch (SQLException e) {
Expand Down

0 comments on commit dd98cbf

Please sign in to comment.