Skip to content

Commit

Permalink
Removed console logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontwong committed Oct 29, 2015
1 parent c429d00 commit 5ad2dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/atomic_cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,8 @@
var $input = $(this);
var $next = $($input.siblings('input'));
$input.attr('name', null).val('');
console.log('testing event attach');

$input.on('change', function(event) {
console.log('testing file change');
var formData = new FormData(),
fileData = event.target.files[0];
formData.append('file', fileData);
Expand Down

0 comments on commit 5ad2dfa

Please sign in to comment.