From 19b9da2e839302a716e2a9a01b40245522d74868 Mon Sep 17 00:00:00 2001 From: Zanz2 Date: Tue, 24 Oct 2017 19:44:34 +0200 Subject: [PATCH] deleted comment --- app/controllers/protocols_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/protocols_controller.rb b/app/controllers/protocols_controller.rb index fb41c7d5e..39f622db4 100644 --- a/app/controllers/protocols_controller.rb +++ b/app/controllers/protocols_controller.rb @@ -1060,7 +1060,6 @@ class ProtocolsController < ApplicationController # id 9 = dataset, id 15 = command, id 18 = attached sub protocol # id 19= safety information , # id 20= regents (materials, like scinote samples kind of) - # I use these 2 variables below to avoid rubocop errors original_json['steps'].each_with_index do |step, i| # loop over steps # position of step (first, second.... etc), newj[i.to_s] = {} # the json we will insert into db