From 544bb80025fd6cc6ce2ad308a90516a31475f9bc Mon Sep 17 00:00:00 2001 From: Ricky Chilcott Date: Wed, 19 Jun 2019 09:32:20 -0400 Subject: [PATCH] Clean up comment --- src/faker/base.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/faker/base.cr b/src/faker/base.cr index 686a48d..5b4fe3a 100644 --- a/src/faker/base.cr +++ b/src/faker/base.cr @@ -9,8 +9,6 @@ module Faker @@__unique_vals_for_{{attribute_name}} = Array(Any).new def self.unique_{{attribute_name}}({% if !modified_method_attributes.empty? %}{{*modified_method_attributes}},{% end %} max_retries = 10_0000) - # meth = ->self.{{attribute_name}} - max_retries.times do |t| val = self.{{attribute_name}}({{*modified_method_attributes}})