1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

-console.log

This commit is contained in:
Akita Noek 2016-05-31 17:08:08 -04:00
parent c93039c0cc
commit 44ff9a02bc

View File

@ -784,7 +784,6 @@ export default
url, play;
scope.tasks = [];
console.log(scope)
if (scope.selectedPlay) {
url = scope.job.url + 'job_tasks/?event_id=' + scope.selectedPlay;
url += (scope.search_task_name) ? '&task__icontains=' + scope.search_task_name : '';