Remove extraneous "TODO" comment on rule 2
This commit is contained in:
		@ -136,7 +136,7 @@ rule1_row(L = [H|_], Score) ->
 | 
				
			|||||||
rule1_row([], Score) ->
 | 
					rule1_row([], Score) ->
 | 
				
			||||||
	Score.
 | 
						Score.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%% TODO
 | 
					%%
 | 
				
			||||||
apply_penalty_rule_2(_M = [H, H0|T]) ->
 | 
					apply_penalty_rule_2(_M = [H, H0|T]) ->
 | 
				
			||||||
%	?TTY(M),
 | 
					%	?TTY(M),
 | 
				
			||||||
	Blocks = rule2(1, 1, H, H0, [H0|T], []),
 | 
						Blocks = rule2(1, 1, H, H0, [H0|T], []),
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user