Removed console.log().
This commit is contained in:
parent
098d454b8b
commit
a29a41b647
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatNumbers() {
|
function formatNumbers() {
|
||||||
console.log('formatNumbers() "' + $scope.value + '", "' + $scope.currency + '"');
|
|
||||||
// Might get "< 0.01 USD" being passed in.
|
// Might get "< 0.01 USD" being passed in.
|
||||||
// During watch, may be changed from having a separate currency value,
|
// During watch, may be changed from having a separate currency value,
|
||||||
// to both being in value. Don't want to use previous currency value.
|
// to both being in value. Don't want to use previous currency value.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue