multimodalart HF staff commited on
Commit
a8b0dee
1 Parent(s): 93f9cae

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -51,8 +51,7 @@
51
 
52
  // Replace the global fetch function
53
  fetch = (url, init) => {
54
- print(url)
55
- print(init.method)
56
  if (isS3Url(url) && init.method === 'PUT') {
57
  return new Promise((resolve, reject) => {
58
  const xhr = new XMLHttpRequest();
 
51
 
52
  // Replace the global fetch function
53
  fetch = (url, init) => {
54
+ console.log(url, init.method)
 
55
  if (isS3Url(url) && init.method === 'PUT') {
56
  return new Promise((resolve, reject) => {
57
  const xhr = new XMLHttpRequest();