summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/match.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/match.rb b/app/models/match.rb
index 460e7c4..3cbe0da 100644
--- a/app/models/match.rb
+++ b/app/models/match.rb
@@ -49,10 +49,6 @@ class Match < ActiveRecord::Base
return html.html_safe
end
- def finished?
- # TODO
- end
-
private
def figure_sampling_methods
if @sampling_methods.nil?