Explorar el Código

Forgot to save a page...

Lee Morgan hace 5 años
padre
commit
0bb9cdcc0f
Se han modificado 2 ficheros con 0 adiciones y 6 borrados
  1. 0 3
      views/dashboardPage/bundle.js
  2. 0 3
      views/dashboardPage/js/dashboard.js

+ 0 - 3
views/dashboardPage/bundle.js

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