Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #698 from cloudflare/avery/remove-preview-link
Browse files Browse the repository at this point in the history
Remove link to 000000000000000000.cloudflareworkers.com
  • Loading branch information
ashleygwilliams authored Sep 24, 2019
2 parents d4dcba2 + 0e08c94 commit 74a6758
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/publish/preview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ fn open_browser(url: &str) -> Result<(), failure::Error> {

fn get(cookie: String, client: &reqwest::Client) -> Result<String, failure::Error> {
let res = client.get(PREVIEW_ADDRESS).header("Cookie", cookie).send();
let msg = format!("GET {}", PREVIEW_ADDRESS);
message::preview(&msg);
Ok(res?.text()?)
}

Expand Down

0 comments on commit 74a6758

Please sign in to comment.