Remove console.log
This commit is contained in:
parent
11040589c8
commit
dd5965a15a
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@
|
||||||
getBuildsList(e) {
|
getBuildsList(e) {
|
||||||
const endpoint = e.currentTarget.dataset.stageEndpoint;
|
const endpoint = e.currentTarget.dataset.stageEndpoint;
|
||||||
|
|
||||||
console.log('ENDPOINT', endpoint);
|
|
||||||
|
|
||||||
return $.ajax({
|
return $.ajax({
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
|
|
Loading…
Reference in a new issue