Skip to content

Commit

Permalink
refactor: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iyxan23 committed Feb 2, 2021
1 parent ffafe86 commit 6469e2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected void onCreate(Bundle savedInstanceState) {
new Thread(() -> {
try {
FirebaseFirestore firestore = FirebaseFirestore.getInstance();
DocumentReference project = firestore.collection("projects").document(project_key);
CollectionReference project_snapshot = firestore.collection("projects").document(project_key).collection("snapshot");
CollectionReference project_commits = firestore.collection("projects").document(project_key).collection("commits");

Expand Down

0 comments on commit 6469e2a

Please sign in to comment.