Skip to content

Commit

Permalink
style: delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCrp committed Dec 1, 2018
1 parent 17e1596 commit ac2d650
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public void onBindViewHolder(@NonNull EventViewHolder holder, int position) {
// - replace the contents of the view with that element
Event eventToDisplay = this.events.get(position);

//DateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd hh:mm:ss");
//String strDate = dateFormat.format(eventToDisplay.getDate()[0][0]);
holder.txvName.setText(eventToDisplay.getTitle());
String text="";
for(int i=0 ; i<eventToDisplay.getDate().length ; i++) {
Expand Down

0 comments on commit ac2d650

Please sign in to comment.