Skip to content

Commit 3b6dc6e

Browse files
committed
Remove uncessary output for isDebuggable API
1 parent c850919 commit 3b6dc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def isDebuggable(self) -> bool:
7575
:return: True/False
7676
"""
7777
debuggable = self._getAttribute("debuggable")
78-
print(debuggable)
78+
7979
if debuggable is None:
8080
return False
8181

0 commit comments

Comments
 (0)