Kaynağa Gözat

Forgot to save a page...

Lee Morgan 5 yıl önce
ebeveyn
işleme
0bb9cdcc0f

+ 0 - 3
views/dashboardPage/bundle.js

@@ -1071,8 +1071,6 @@ controller = {
     Note: Will return false if it cannot find both necessary dates
     */
     transactionIndices(transactions, from, to = new Date()){
-        console.log(from);
-        console.log(to);
         let indices = [];
 
         for(let i = 0; i < transactions.length; i++){
@@ -1093,7 +1091,6 @@ controller = {
             return false;
         }
 
-        console.log(indices);
         return indices;
     },
 

+ 0 - 3
views/dashboardPage/js/dashboard.js

@@ -255,8 +255,6 @@ controller = {
     Note: Will return false if it cannot find both necessary dates
     */
     transactionIndices(transactions, from, to = new Date()){
-        console.log(from);
-        console.log(to);
         let indices = [];
 
         for(let i = 0; i < transactions.length; i++){
@@ -277,7 +275,6 @@ controller = {
             return false;
         }
 
-        console.log(indices);
         return indices;
     },