Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 8aa11b1

Browse files
committed
Remove debug
1 parent cd6f911 commit 8aa11b1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

esp32/modules/tasks/services.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,15 @@ def setup(drawCb=None):
4040
except:
4141
print("[SERVICES] No description found for "+app)
4242
continue #Or skip the app
43-
44-
print("DESC FOUND FOR: "+app)
45-
43+
4644
try:
4745
#Try to open the service itself
4846
fd = open('/lib/'+app+'/service.py')
4947
fd.close()
5048
except:
5149
print("[SERVICES] No script found for "+app)
5250
continue #Or skip the app
53-
54-
print("SCRIPT FOUND FOR: "+app)
55-
51+
5652
rtcRequired = False # True if RTC should be set before starting service
5753
loopEnabled = False # True if loop callback is requested
5854
drawEnabled = False # True if draw callback is requested

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy