removed console (#1696)
This commit is contained in:
parent
92fedd310c
commit
722e58cf7f
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ module.exports = {
|
||||||
server,
|
server,
|
||||||
) {
|
) {
|
||||||
const sourcemaps = await readDir(sourcemap_dir_path, js_dir_url);
|
const sourcemaps = await readDir(sourcemap_dir_path, js_dir_url);
|
||||||
console.log(sourcemaps)
|
|
||||||
|
|
||||||
return uploadSourcemaps(api_key, project_key, sourcemaps, server);
|
return uploadSourcemaps(api_key, project_key, sourcemaps, server);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue