Skip to content

Commit

Permalink
remove LOG(INFO) from ::getSocketObserverContainer
Browse files Browse the repository at this point in the history
Summary: remove LOG(INFO) recently added

Reviewed By: kvtsoy

Differential Revision: D66923309

fbshipit-source-id: 5fca6ef4345df1bfc6b1c8776496ff905af0e0a3
  • Loading branch information
hanidamlaj authored and facebook-github-bot committed Dec 7, 2024
1 parent 2107e5d commit b850792
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quic/client/QuicClientTransport.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ class QuicClientTransport : public QuicTransportBase,
// From QuicSocket
[[nodiscard]] virtual SocketObserverContainer* getSocketObserverContainer()
const override {
LOG(INFO)
<< "AMSHARMA RETURNING SOMETHING FROM GETSOCKETOBSERVERCONTAINER, NUM OBSERVERS IS "
<< wrappedObserverContainer_.getPtr()->numObservers();
return wrappedObserverContainer_.getPtr();
}

Expand Down

0 comments on commit b850792

Please sign in to comment.