removed console.log

pull/365/head
Callum White 2017-11-24 15:45:25 +00:00
parent 67471da042
commit d7f2cfdcd6
1 changed files with 2 additions and 2 deletions

View File

@ -88,12 +88,12 @@
method: 'GET',
url: url + '?' + queryParams.join('&')
}).then(function (response) {
console.log('response', response);
stories = response.data;
complete = 0;
inProgress = 0;
toDo = 0;
frontEnd = 0;
backEnd = 0;
devOps = 0;