🔧 Tweaks to TPB utils

This commit is contained in:
2021-09-10 00:15:12 -07:00
parent ed0d7cd254
commit 0e085f6f06
4 changed files with 6 additions and 9 deletions

View File

@@ -39,7 +39,6 @@ function airdcppReducer(state = initialState, action) {
searchInstance: action.instance,
};
case AIRDCPP_RESULT_DOWNLOAD_INITIATED:
console.log(action)
return {
...state,
downloadResult: action.downloadResult,