Skip to content

Commit

Permalink
disable scuba logging
Browse files Browse the repository at this point in the history
Reviewed By: kvchen, grumeta

Differential Revision: D68252003

fbshipit-source-id: 761e740a568c4e2105661f77daeb38f8ed0e0cc5
  • Loading branch information
TJ Yin authored and facebook-github-bot committed Jan 16, 2025
1 parent 7da32cf commit 5605329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift/lib/cpp2/protocol/Patch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <thrift/lib/cpp/util/SaturatingMath.h>
#include <thrift/lib/cpp/util/VarintUtils.h>
#include <thrift/lib/cpp2/op/Get.h>
#include <thrift/lib/cpp2/patch/detail/Scuba.h> // @manual=//thrift/facebook/patch:scuba
#include <thrift/lib/cpp2/patch/detail/Scuba.h>
#include <thrift/lib/cpp2/protocol/BinaryProtocol.h>
#include <thrift/lib/cpp2/protocol/CompactProtocol.h>
#include <thrift/lib/cpp2/protocol/FieldMask.h>
Expand Down

0 comments on commit 5605329

Please sign in to comment.