Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 260a2fbc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "remove log in handleInputChannelDisposed" into main

parents 25d1dfbe d6bcada8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1956,10 +1956,6 @@ static void handleInputChannelDisposed(JNIEnv* env, jobject /* inputChannelObj *
                                       const std::shared_ptr<InputChannel>& inputChannel,
                                       void* data) {
    NativeInputManager* im = static_cast<NativeInputManager*>(data);

    ALOGW("Input channel object '%s' was disposed without first being removed with "
          "the input manager!",
          inputChannel->getName().c_str());
    im->removeInputChannel(inputChannel->getConnectionToken());
}