Skip to content

Commit 655b5b8

Browse files
authored
Removing old console logs
1 parent 1962b4c commit 655b5b8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/shared.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,10 @@ function getRequirementsWorkingPath(subfolder, servicePath, options) {
5050
// If we have max number of cache items...
5151

5252
return path.join( getStaticCachePath(options), subfolder)
53-
// console.log(output)
54-
// return output
5553
}
5654

5755
// If we don't want to use the static cache, then fallback to the way things used to work
5856
return path.join(servicePath, '.serverless', 'requirements')
59-
// console.log(output)
60-
// return output
6157
}
6258

6359

@@ -90,4 +86,4 @@ function md5Path(fullpath) {
9086
return md5File.sync(fullpath)
9187
}
9288

93-
module.exports = {checkForAndDeleteMaxCacheVersions, getRequirementsWorkingPath, getStaticCachePath, md5Path};
89+
module.exports = {checkForAndDeleteMaxCacheVersions, getRequirementsWorkingPath, getStaticCachePath, md5Path};

0 commit comments

Comments
 (0)