mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
remove unneeded comment
This commit is contained in:
parent
6908368506
commit
83ba412c48
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module FirstTimeDataGenerator
|
|||
repository_rows_to_assign = []
|
||||
# Generate random custom respository sample names and assign sample types
|
||||
# and groups
|
||||
# (0...3).map{65.+(rand(26)).chr}.join << '/'
|
||||
|
||||
repository_sample_name = (0...3).map { 65.+(rand(26)).chr }.join << '/'
|
||||
(1..5).each do |index|
|
||||
repository_row = RepositoryRow.create(
|
||||
|
|
Loading…
Reference in a new issue