Skip to content

Commit d8f7c15

Browse files
committed
Cleanup unnecessary output
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent fc06a7f commit d8f7c15

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build/package.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Promise.resolve()
2424
.then(()=> download(RSP_SERVER_LATEST_URL, './'))
2525
.then(()=> fs.readFileSync(RSP_SERVER_LATEST).toString())
2626
.then((v)=> { console.log(v); return v;})
27-
.then((v)=> { console.log(typeof v); return v;})
2827
.then((v)=> v.split('\n')[1])
2928
.then((v)=> v.split('=')[1])
3029
.then((v)=> {console.log("downloading " + v); return v;})

0 commit comments

Comments
 (0)