We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275d099 commit 908272aCopy full SHA for 908272a
1 file changed
website/templates/pages/demo/demo.ts
@@ -106,8 +106,7 @@ function prepareRequest(url: string): Request {
106
} else if ((values = bitbucketPrUrl.exec(url))) {
107
fetchUrl = bitbucketUrlGen(values[1], values[2], 'pullrequests', values[3]);
108
} else {
109
- console.info('Could not parse url, using the provided url.');
110
- fetchUrl = 'https://crossorigin.me/' + url;
+ fetchUrl = url;
111
}
112
113
return {
0 commit comments