Skip to content

Commit 37ee29e

Browse files
committed
schemeshard: remove unused function
1 parent af6ba82 commit 37ee29e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ydb/core/tx/schemeshard/schemeshard__operation.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ struct TSchemeShard::TTxOperationProposeCancelTx: public NTabletFlatExecutor::TT
8686
}
8787
};
8888

89-
NKikimrScheme::TEvModifySchemeTransaction GetRecordForPrint(const NKikimrScheme::TEvModifySchemeTransaction& record) {
90-
auto recordForPrint = record;
91-
if (record.HasUserToken()) {
92-
recordForPrint.SetUserToken("***hide token***");
93-
}
94-
return recordForPrint;
95-
}
96-
9789
bool TSchemeShard::ProcessOperationParts(
9890
const TVector<ISubOperation::TPtr>& parts,
9991
const TTxId& txId,

0 commit comments

Comments
 (0)