Skip to content

Commit

Permalink
Removed a print statement used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanPowers committed May 14, 2015
1 parent fa32674 commit 35a85b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ class WebRequestRedirect {

// Optimization: IPFS requests don't have query parameters.
if (!url.hasQuery) {
print(url);
String redirectUrl = '';
if (_isIpfsUrl(url)) {
redirectUrl = _handleIpfsRequest(urlString, url);
Expand Down

0 comments on commit 35a85b7

Please sign in to comment.