Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Feb 16, 2018
1 parent c2e682f commit 5a9fba9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bpp/static/bpp/js/autorform_dependant.js
Expand Up @@ -13,8 +13,6 @@ var autorform_dependant = function () {
method: "POST",
data: {'autor_id': $(this).val()}
}).done(function (data) {
console.log(data['jednostka_id']);

$(':input[name=' + prefix + 'jednostka]').append(
'<option selected="selected" value=' + data['jednostka_id'] + '>'
+ data['nazwa'] + '</option>');
Expand Down

0 comments on commit 5a9fba9

Please sign in to comment.