Skip to content

Commit cf66b0f

Browse files
committed
Remove old merge conflict message
1 parent 0bf6d64 commit cf66b0f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/pages/main/main_btn.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ class MainBtnState extends State<MainBtn> with SingleTickerProviderStateMixin {
102102
subscriptionURL: "https://pastebin.com/raw/ZCYiJ98W",
103103
);
104104
await VPNclientEngine.updateSubscription(subscriptionIndex: 0);
105-
// <<<<<<< Updated upstream
106-
107-
//END TODO
108-
109-
// =======
110-
//
111-
// >>>>>>> Stashed changes
112105
VPNclientEngine.pingServer(subscriptionIndex: 0, index: 1);
113106
VPNclientEngine.onPingResult.listen((result) {
114107
log(

0 commit comments

Comments
 (0)