Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilco Fiers committed Aug 21, 2014
1 parent 0304de9 commit 1a90dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/scripts/directives/criterion/pageResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ angular.module('wcagReporter')
opt: '=options'
},
link: function (scope) {
console.log($animate);
scope.getSinglePageAsserts = function () {
if (scope.opt.editable) {
scope.criterion.setCaseForEachPage();
Expand Down
1 change: 0 additions & 1 deletion app/scripts/models/class/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ angular.module('wcagReporter')
.service('Page', function () {

function Page() {
console.log(123);
}

Page.getUrl = function (page) {
Expand Down

0 comments on commit 1a90dc8

Please sign in to comment.