removed console (#1696)

This commit is contained in:
Rafael Pinto 2023-11-24 03:39:44 +00:00 committed by GitHub
parent 92fedd310c
commit 722e58cf7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}, },