Browse Source

chore: remove console.log

master
hanchai.chc 4 years ago
parent
commit
ee384f1bd6
  1. 1
      packages/core/src/mods/header/index.tsx

1
packages/core/src/mods/header/index.tsx

@ -25,7 +25,6 @@ const Header: React.FC<IProps> = (props: IProps) => {
return localConnect()
.then((res) => res.json())
.then((data = {}) => {
console.log(data);
setStatus(Status.connected);
setProjectName(data.projectName);
return data;

Loading…
Cancel
Save