refactor: 移除多余的console.log语句以清理代码
清理了多个组件和视图中的console.log语句,以提高代码的可读性和维护性,避免在生产环境中输出不必要的调试信息。
This commit is contained in:
@@ -229,7 +229,6 @@ const selectOption = (type, value) => {
|
||||
break;
|
||||
}
|
||||
|
||||
console.log('pitchValue', pitchValue.value);
|
||||
emit('handleTransfer', pitchValue)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user