Index: Walkthrough.playground/Contents.swift |
diff --git a/Walkthrough.playground/Contents.swift b/Walkthrough.playground/Contents.swift |
index 372e5d2cae930a1c24509cdb56d2d0602878ceb3..9747c897d4b7c2d74f7e7e505101bfa17dd726b0 100644 |
--- a/Walkthrough.playground/Contents.swift |
+++ b/Walkthrough.playground/Contents.swift |
@@ -56,25 +56,7 @@ FavIcon.scan(URL(string: "https://google.com")!) { icons in |
} |
} |
} |
- |
- |
- |
- |
//: That's it. Good luck, have fun! |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
//: You don't actually need the next two lines when you're using this library, they're just here so |
//: that network requests get a chance to execute when inside a playground. |
import PlaygroundSupport |