Remove debug print

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-10-09 15:10:37 +09:00
parent e1b3842e43
commit 9d2ec4ba23
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -7,8 +7,6 @@
// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate
// layout file, like app/views/layouts/application.html.erb
console.log("Hello World from Webpacker");
import jQuery from "jquery/dist/jquery";
window.$ = jQuery;