change: removed log

This commit is contained in:
Shekar Siri 2021-05-21 23:08:02 +05:30
parent cf8f354637
commit c17447e999

View file

@ -48,8 +48,7 @@ const reducer = (state = initialState, action = {}) => {
export default reducer;
export function toggleFullscreen(flag) {
console.log("a",flag)
export function toggleFullscreen(flag) {
return {
type: TOGGLE_FULLSCREEN,
flag,