diff --git a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java index 85535412..68227502 100644 --- a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java +++ b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java @@ -18,8 +18,6 @@ import javax.inject.Inject; import one.nem.lacerta.utils.repository.DeviceInfoUtils; -import one.nem.lacerta.data.Document; - /** * A simple {@link Fragment} subclass. @@ -97,9 +95,5 @@ public class DebugMenuFragment extends Fragment { Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugRepositoryDebuggerFragment); }); - view.findViewById(R.id.btn_debug_menu_insert_test_data).setOnClickListener(v -> { - Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugInsertTestDataFragment); - } - } } \ No newline at end of file