Skip to content

Commit

Permalink
Don't log all socket things
Browse files Browse the repository at this point in the history
  • Loading branch information
Dermah committed Oct 13, 2019
1 parent 3356e49 commit 2ede322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions pulsar/assets/js/clicker/clicker-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ new p5(function(p) {
10
);

// if (amp) {
// energy.bass.push(fft.getEnergy("bass"));
// energy.lowMid.push(fft.getEnergy("lowMid"));
// energy.mid.push(fft.getEnergy("mid"));
// energy.highMid.push(fft.getEnergy("highMid"));
// energy.treble.push(fft.getEnergy("treble"));
// }

// Waveform
var waveform = fft.waveform();
p.noFill();
Expand Down
4 changes: 3 additions & 1 deletion pulsar/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ config :pulsar, PulsarWeb.Endpoint,
]

# Do not include metadata nor timestamps in development logs
config :logger, :console, format: "[$level] $message\n"
# config :logger, :console, format: "[$level] $message\n"
# Do not print debug messages while developing?
config :logger, level: :info

# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.
Expand Down

0 comments on commit 2ede322

Please sign in to comment.