소스 검색

Forgot to save a page...

Lee Morgan 5 년 전
부모
커밋
0bb9cdcc0f
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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
     */
     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;
     },