Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Removed Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Teifun2 committed Jan 3, 2021
1 parent 5344bd4 commit 988fc5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/widget/authentication_cached_network_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class AuthenticationCachedNetworkImage extends StatelessWidget {
AppAuthentication appAuthentication =
UserRepository().getCurrentAppAuthentication();

print(
'${appAuthentication.server}/apps/cookbook/recipes/$imageId/image?$imageSettings');

return CachedNetworkImage(
width: width,
height: height,
Expand Down

0 comments on commit 988fc5c

Please sign in to comment.