Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 40941a4

Browse files
Gabriel DelépineGabriel Delépine
authored andcommitted
Delete a log message
1 parent b07819e commit 40941a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

angularDynamicStylesheets.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ angular.module('DynamicStylesheets', [])
1717
// Capture the event `locationChangeStart` when the url change. If singlePageMode===TRUE, call the function `removeAll`
1818
$rootScope.$on('$locationChangeStart', function()
1919
{
20-
console.log('locationChangeStart in dynamicStylesheets');
2120
if(singlePageMode === true)
2221
removeAll();
2322
});

0 commit comments

Comments
 (0)