Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
Refs d6a0140
  • Loading branch information
SteffenDE committed Nov 7, 2024
1 parent ccfeacc commit 4b8be45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/phoenix_live_view/entry_uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {

export default class EntryUploader {
constructor(entry, config, liveSocket){
console.log(config)
let {chunk_size, chunk_timeout} = config
this.liveSocket = liveSocket
this.entry = entry
Expand Down

0 comments on commit 4b8be45

Please sign in to comment.