Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius O committed Feb 1, 2016
1 parent b7f0689 commit 5b1832b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geokey/static/js/admin.ui.fileinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ $(function(global) {
for (var key in additionalSettings) {
settings[key] = additionalSettings[key];
}
console.log(additionalSettings);
console.log(settings);

if (field.attr('data-preview')) {
settings.initialPreview = '<img src="' + field.attr('data-preview') + '" class="file-preview-image">';
Expand Down

0 comments on commit 5b1832b

Please sign in to comment.