We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95f7ef commit d0c66f0Copy full SHA for d0c66f0
1 file changed
src/app/services/photo.service.ts
@@ -35,9 +35,6 @@ export class PhotoService {
35
photo.base64 = `data:image/jpeg;base64,${readFile.data}`;
36
}
37
38
- else {
39
- console.log(this.platform.platforms());
40
- }
41
42
43
/* Use the device camera to take a photo:
0 commit comments