removed console (#1696)
This commit is contained in:
parent
2909a9f661
commit
e7e918d114
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