useless console log removed

This commit is contained in:
Serghei Mihai 2013-12-19 16:25:40 +01:00
parent 672109c517
commit a05239b496
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ function action(url, worker, on, action, selector, original_color, highlight_col
).done(on_success)
}}]});
$('form .datepicker input').trigger('focus');
console.log('dialog loaded');
})
};