Skip to content

Commit 882bb53

Browse files
committed
fix: del log
1 parent b0ab5f5 commit 882bb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/lib/deamon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const initDeamon = async () => {
210210
try {
211211
const rapidVersion = require(path.join(__dirname, '../package.json')).deamonVersion;
212212
const deamonVersion = require(path.join(deamonDir, './package.json')).deamonVersion;
213-
console.log(rapidVersion, deamonVersion);
213+
214214
if (rapidVersion !== deamonVersion) {
215215
const err = '[rapid] rapid and deamon version not match';
216216
console.info(err);

0 commit comments

Comments
 (0)