Skip to content

Commit 1f3b55c

Browse files
Added a not
1 parent 6d9de21 commit 1f3b55c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

internal/transprocessor/remotetxn.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import (
1010
"go.uber.org/zap"
1111
)
1212

13+
/* NEED TO ADD DURATION TIME -> EXISTS IN LOCAL */
14+
1315
/* takes a transactions and attempts to execute it via daemons */
1416
func (p *PermProcessor) HandleRemoteTransaction(host string, port int, txn *types.Transaction, absolutePath string) error {
1517

@@ -56,11 +58,6 @@ func (p *PermProcessor) HandleRemoteTransaction(host string, port int, txn *type
5658
if aclResponse.Success {
5759
/* set transaction successful*/
5860

59-
/* REMOVE THIS */
60-
zap.L().Info("Transaction seems successful",
61-
zap.String("transaction ID", txn.ID.String()),
62-
)
63-
6461
txn.Output = "ACL executed successfully on filesystem servers"
6562

6663
txn.ExecStatus = true

0 commit comments

Comments
 (0)