Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Revert "[devtools] Use Chromium's XMLHttpRequest in XDE, Node's http …
Browse files Browse the repository at this point in the history
…in exp (#1057)"

This reverts commit 9565cb14e52564fce70d8ec12b6f415b19375145.

fbshipit-source-id: 93ae934
  • Loading branch information
Adam Miskiewicz authored and expbot committed Oct 17, 2017
1 parent 0034077 commit 8d44643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/NewProjectModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class NewProjectModal extends React.Component {
if (this._currentRequestID === requestID) {
Logger.notifications.info(
{ code: NotificationCode.DOWNLOAD },
progress
Math.round(progress * 100)
);
}
},
Expand Down

0 comments on commit 8d44643

Please sign in to comment.