swift-leak-check icon indicating copy to clipboard operation
swift-leak-check copied to clipboard

Remove Debug log

Open imairi opened this issue 4 years ago • 3 comments

Run SwiftLeakCheck (version 1.3.0) for the target path, the below results are displayed.

Scan file:///path/to/swift/file
Finished in 0.011775970458984375 seconds
  `self` is strongly captured at (line: 290, column: 13)"),
  from a potentially escaped closure.
Scan file:///path/to/swift/file
Debug:

   ... some codes ...

It is no need to display for result.

imairi avatar Feb 09 '21 05:02 imairi

Ah yes. I forgot to remove this. Thanks !

namanhams avatar Feb 09 '21 07:02 namanhams

Somehow i can't merge pull request here. Let me get back to this later.

namanhams avatar Feb 09 '21 07:02 namanhams

Only those with write access to this repository can merge pull requests.

It may be access authorization problem. I hope it will go well. Thanks for your review.

imairi avatar Feb 09 '21 08:02 imairi