remove console.log
This commit is contained in:
parent
4543ecf404
commit
88a7af0c0e
@ -268,7 +268,6 @@ $(function () {
|
||||
url: 'new-error.php',
|
||||
data: {a: 123},
|
||||
success: function(data, config) {
|
||||
console.log(data);
|
||||
ok(data.errors, 'errors received from server');
|
||||
ok(typeof config.error === 'function', 'config passed correctly');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user