Skip to content

Commit

Permalink
Get rid of unused debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 15, 2024
1 parent 02273ad commit 01593c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/lectures/update.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ $('#lecture-teacher-error').append('<%= @errors[:teacher].join(" ") %>').show()
$('#lecture-term-error').append('<%= @errors[:course].join(" ") %>').show()
<% end %>

<% else %>
$('#lecture-comments-form').append('hellooooo').show()
<% end %>

0 comments on commit 01593c9

Please sign in to comment.