mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +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 = []
|
repository_rows_to_assign = []
|
||||||
# Generate random custom respository sample names and assign sample types
|
# Generate random custom respository sample names and assign sample types
|
||||||
# and groups
|
# and groups
|
||||||
# (0...3).map{65.+(rand(26)).chr}.join << '/'
|
|
||||||
repository_sample_name = (0...3).map { 65.+(rand(26)).chr }.join << '/'
|
repository_sample_name = (0...3).map { 65.+(rand(26)).chr }.join << '/'
|
||||||
(1..5).each do |index|
|
(1..5).each do |index|
|
||||||
repository_row = RepositoryRow.create(
|
repository_row = RepositoryRow.create(
|
||||||
|
|
Loading…
Reference in a new issue