Skip to content

Commit 366a4fa

Browse files
committed
erased a comment
1 parent f321204 commit 366a4fa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/components/training/trainingCtrl.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,8 @@ angular.module('app').controller('trainingCtrl', function($scope, $state, mainSe
7979
// mainService.testSuite(solutions, $scope.kataid).then((response) => console.log(response));
8080
}
8181

82-
// this function needs to call the kata by id when the user selects train on the home page -getKataById
83-
84-
85-
// submit final solution once they have passed the testSuite using setSoluton funciton on the service
82+
83+
8684

8785

8886
});

0 commit comments

Comments
 (0)