browser: Send correct arguments for RemoveObjects web handler. (#3848)

Fixes #3839
This commit is contained in:
Krishna Srinivas
2017-03-03 17:07:17 -08:00
committed by Harshavardhana
parent 05e53f1b34
commit 0bae3330e8
4 changed files with 11 additions and 11 deletions

View File

@@ -199,7 +199,6 @@ export default (state = {
newState.checkedObjects = []
break
}
console.log(newState.checkedObjects)
return newState
}