From 8ebbda7819e88a173d3c9923628e01fee1d4335b Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 21 Nov 2019 13:44:01 -0600 Subject: [PATCH] Remove debug line --- app/javascript/i18n.js.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/i18n.js.erb b/app/javascript/i18n.js.erb index 3c079cd3..b54f2db7 100644 --- a/app/javascript/i18n.js.erb +++ b/app/javascript/i18n.js.erb @@ -2,7 +2,6 @@ const I18n = require('i18n-js'); I18n.translations = I18n.translations || {}; <% I18n::JS::translations.each do |k,v| %> -<% byebug %> I18n.translations['<%= k %>'] = I18n.extend((I18n.translations['<%= k %>'] || {}),<%= JSON.generate(v) %>); <% end %> module.exports = I18n; \ No newline at end of file