diff --git a/lib/core_charges_hooks.rb b/lib/core_charges_hooks.rb
deleted file mode 100644
index 2d1a7d6..0000000
--- a/lib/core_charges_hooks.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-class CoreChargesHooks < Spree::ThemeSupport::HookListener
-
- insert_after :admin_product_form_right do
- '<%= f.label :core_amount, t("core_amount") %>
- <%= f.select :core_amount, [nil, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0], :class => "text " %>
- <%= f.error_message_on :core_amount %>'
- end
-
-# insert_after :cart_items do
-# '<%- if @order.core_charges.any? -%>