Skip to content

Commit

Permalink
Remove unused logger module
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarodr committed May 3, 2024
1 parent 96be97c commit 6f06dac
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencyGuard {
dependencies {
implementation(projects.common)
implementation(projects.designSystem)
implementation(projects.infrastructure.logger)
implementation(projects.infrastructure.network)
implementation(projects.feature.home)
implementation(projects.feature.stocks)
Expand Down
1 change: 0 additions & 1 deletion infrastructure/logger/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions infrastructure/logger/build.gradle.kts

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencyResolutionManagement {
include(":app")
include(":common")
include(":design-system")
include(":infrastructure:logger")
include(":infrastructure:network")
include(":feature:home")
include(":feature:stocks")

0 comments on commit 6f06dac

Please sign in to comment.