Explorar o código

Remove extraneous code

Lee Morgan %!s(int64=6) %!d(string=hai) anos
pai
achega
cd5640ee88
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  1. 0 1
      controllers/transactionData.js
  2. 0 1
      views/dashboardPage/transactions.js

+ 0 - 1
controllers/transactionData.js

@@ -15,7 +15,6 @@ module.exports = {
         Needs some testing and playing with if so
     */
     getTransactions: function(req, res){
-        console.time("query");
         if(!req.session.user){
             req.session.error = "MUST BE LOGGED IN TO DO THAT";
             return res.redirect("/");

+ 0 - 1
views/dashboardPage/transactions.js

@@ -148,7 +148,6 @@ window.transactionsStrandObj = {
     toggleDropdown: function(dropdown){
         event.preventDefault();
         let polyline = dropdown.parentElement.children[0].children[1].children[0].children[0];
-        console.log(polyline);
 
         if(dropdown.style.display === "none"){
             dropdown.style.display = "block";