summaryrefslogtreecommitdiff
path: root/frontend/site
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site')
-rw-r--r--frontend/site/audio/audio.player.js2
-rw-r--r--frontend/site/site/site.reducer.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/site/audio/audio.player.js b/frontend/site/audio/audio.player.js
index eea0acf..d6bc807 100644
--- a/frontend/site/audio/audio.player.js
+++ b/frontend/site/audio/audio.player.js
@@ -32,7 +32,7 @@ export default class AudioPlayer {
playPage(page) {
const { background_audio_id, restart_audio } = page.settings
- console.log('playPage', background_audio_id)
+ console.log('playPage', page)
if (
this.current_background_id
&& this.current_background_id !== background_audio_id
diff --git a/frontend/site/site/site.reducer.js b/frontend/site/site/site.reducer.js
index e0b53fb..9763e48 100644
--- a/frontend/site/site/site.reducer.js
+++ b/frontend/site/site/site.reducer.js
@@ -9,7 +9,7 @@ const initialState = {
}
export default function siteReducer(state = initialState, action) {
- console.log(action.type, action)
+ // console.log(action.type, action)
switch (action.type) {
case types.site.set_site_title:
return {