mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #330] [MERGED] Remove print() debugging from external_camera.py #1004
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1004
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/330
Author: @jeffsf
Created: 2/11/2026
Status: ✅ Merged
Merged: 2/11/2026
Merged by: @maziggy
Base:
0.2.0b← Head:fix/ext-cam-print-2026-02📝 Commits (4)
8225c29Merge pull request #324 from maziggy/0.1.95d0d249Fix CI backend-tests failing to collect FTP test suite40f4e60Remove print() debugging from external_camera.py8570e10Merge branch '0.2.0b' into fix/ext-cam-print-2026-02📊 Changes
1 file changed (+3 additions, -6 deletions)
View changed files
📝
backend/app/services/external_camera.py(+3 -6)📄 Description
There were several instances where print() debugging was used instead of or in addition to formal logging. These messages were tagged
[EXT-CAM].Where there was already a logging call, the print statement was removed. Where there was not, logger.debug() was used as a replacement.
Description
Clean up what appears to be legacy print() debugging
Related Issue
(n/a)
Type of Change
Any third-party code that is looking for
[EXT-CAM]on stdout will not get those messages. Use log messages instead.Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.