Skip to content

Commit

Permalink
refactor: remove unused imports and printTable call
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jessica committed Dec 11, 2023
1 parent e00650f commit 90eb3bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend/src/cryptography.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <vector>
#include <string>
#include <cstring>
#include <unordered_set>

#ifndef CRYPTOGRAPHY_H
Expand Down
1 change: 0 additions & 1 deletion backend/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ int main(int argc, char *argv[])
throw std::invalid_argument("Passwords and/or secret key table does not exist. Use --build to create a new database");
}
}
db.printTable("passwords");
// Enable CORS
crow::App<crow::CORSHandler> app;

Expand Down
1 change: 0 additions & 1 deletion backend/src/password.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <iostream>
#include "password.hpp"

namespace password
Expand Down

0 comments on commit 90eb3bb

Please sign in to comment.