cleanup: typos and remove commented out code (#36573)

This commit is contained in:
xyozio
2019-08-09 21:27:26 +03:00
committed by mrugesh
parent 5db1f0d4c4
commit 657a5e2c16
6 changed files with 7 additions and 16 deletions

View File

@@ -20,15 +20,6 @@ import {
ns as searchNameSpace
} from '../components/search/redux';
// console.log({
// [appNameSpace]: app,
// [challengeNameSpace]: challenge,
// [curriculumMapNameSpace]: curriculumMap,
// [flashNameSpace]: flash,
// form: formReducer,
// [searchNameSpace]: search,
// [settingsNameSpace]: settings
// });
export default combineReducers({
[appNameSpace]: app,
[challengeNameSpace]: challenge,