rm log
This commit is contained in:
parent
08fb478195
commit
76b8c466d8
1 changed files with 0 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ angular.module('copayApp.directives')
|
||||||
var val = function(value) {
|
var val = function(value) {
|
||||||
var settings = configService.getSync().wallet.settings;
|
var settings = configService.getSync().wallet.settings;
|
||||||
var vNum = Number((value * settings.unitToSatoshi).toFixed(0));
|
var vNum = Number((value * settings.unitToSatoshi).toFixed(0));
|
||||||
console.log('[directives.js.96:vNum:]', vNum); //TODO
|
|
||||||
if (typeof value == 'undefined' || value == 0) {
|
if (typeof value == 'undefined' || value == 0) {
|
||||||
ctrl.$pristine = true;
|
ctrl.$pristine = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue