Skip to content

Commit

Permalink
refactor: delete database folder
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Oct 20, 2023
1 parent 373e710 commit 91f9455
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 86 deletions.
Binary file removed backend/database/a.out
Binary file not shown.
Binary file removed backend/database/breachedPasswords.db
Binary file not shown.
85 changes: 0 additions & 85 deletions backend/database/database.cpp

This file was deleted.

1 change: 0 additions & 1 deletion backend/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
int main()
{
database::initializeDatabase("passwords.db");
printf("%s\n", "database initialized");

// declare crow application
crow::SimpleApp app;
Expand Down

0 comments on commit 91f9455

Please sign in to comment.