chore: prettier & remove unused

This commit is contained in:
endiliey 2018-07-30 15:50:48 +08:00
parent a80399631f
commit dd5757ce65
3 changed files with 2 additions and 5 deletions

View file

@ -98,5 +98,4 @@ module.exports = async function dev(sourceDir, cliOptions = {}) {
}
}
);
console.log("finish serve");
};