chore(cli): remove console

This commit is contained in:
chenjiahan 2020-10-25 09:47:19 +08:00
parent ec09c70d67
commit 51244bb1c3

View File

@ -56,8 +56,6 @@ export function parseSfc(filename: string) {
filename,
});
console.log(descriptor);
return descriptor;
}