1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00

CI: Remove extraneous log information

This commit is contained in:
Jermolene 2019-01-07 21:31:43 +00:00
parent 3d687a7935
commit 2c5b1c4a8c

View File

@ -12,8 +12,6 @@ var fs = require("fs"),
var filename = path.resolve(path.dirname(process.env["TW5_BUILD_TIDDLYWIKI"]),"./package.json"),
json = JSON.parse(fs.readFileSync(filename,"utf8"));
console.log("Extracting version from ",filename)
if(!json.version) {
throw "Missing version number in package.json";
}