Skip to content

Commit

Permalink
remove callback in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHasse committed Dec 19, 2024
1 parent 629bec7 commit 4c3ccb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
btn_enterprise1.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Log.d(TAG, "Enterprise 1 network request: " + networkCallback.customNetworkCallback(29, 0));
//Log.d(TAG, "Enterprise 1 network request: " + networkCallback.customNetworkCallback(29, 0));
if (networkCallback.customNetworkCallback(29, 0)) { //CAPABILITY ENTERPRISE1)
tm.getNetworkSlicingConfiguration(getActivity().getMainExecutor(), new OutcomeReceiver<NetworkSlicingConfig, TelephonyManager.NetworkSlicingException>() {
@Override
Expand Down

0 comments on commit 4c3ccb8

Please sign in to comment.