Skip to content

Commit

Permalink
Remove token log info
Browse files Browse the repository at this point in the history
  • Loading branch information
dzania committed Jan 5, 2023
1 parent b3a9553 commit c752212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yubi-bridge/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ def main():
if args.grpc is not None:
LOG.info("Connecting to %s as %s", args.grpc, args.id)
worker = WorkerHandler(args.id, args.grpc, args.worker_token, args.secure)
LOG.info(args.worker_token)
worker.register()
LOG.info("Worker connected")
while True:
Expand Down

0 comments on commit c752212

Please sign in to comment.