Skip to content

Commit

Permalink
fix: remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
dfounderliu committed Apr 7, 2020
1 parent 932858c commit bbe848c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/serverless.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ class Express extends Component {
}

async remove(inputs = {}) {
console.log(this.state)
console.log(this.state.function)
console.log(`Removing Tencent Serverless Cloud Funtion Tencent (SCF) ...`)
const scf = new Scf(this.credentials.tencent, this.state.function.Region)
await scf.remove(this.state.function)
Expand Down

0 comments on commit bbe848c

Please sign in to comment.