Skip to content

Commit 2fb410b

Browse files
committed
refactor: rm premium logic TODO
1 parent 47f5165 commit 2fb410b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Converter/ViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ViewController: NSViewController, NSPopoverDelegate, DragDropViewDelegate
1212

1313
/// `true` if user has purchased premium or app is in debug environment
1414
var userDidPurchasePremium: Bool {
15-
// TODO: We need to clean up all the premium logic (since everything is free now). For now we can just pretend the user purchased premium.
1615
return true
1716
}
1817

0 commit comments

Comments
 (0)