Skip to content
Snippets Groups Projects
Commit fa57397e authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Remove console.log

parent b15cf58a
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,6 @@ function HelpTipController($scope, $state, $window, $ionicSideMenuDelegate, $tim
},
function() {
console.log("TOTOTO");
return $scope.showHelpTip('helptip-wot-view-certifications-count', {
bindings: {
content: 'HELP.TIP.WOT_VIEW_CERTIFICATIONS_CLICK',
......
......@@ -85,8 +85,7 @@ angular.module('cesium.device.services', ['cesium.utils.services', 'cesium.setti
var deferred = $q.defer();
cordova.plugins.barcodeScanner.scan(
function(result) {
console.log('bar code result');
console.log(result);
console.debug('[device] bar code result', result);
if (!result.cancelled) {
deferred.resolve(result.text); // make sure to convert into String
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment