Skip to content

Commit

Permalink
q-dev: remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Jun 12, 2024
1 parent cd2cc2f commit ba66cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qubes/device_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ def sanitize_str(
if replace_char is None:
not_allowed_chars = set(untrusted_value) - allowed_chars
if not_allowed_chars:
print(untrusted_value)
raise ProtocolError(error_message + repr(not_allowed_chars))
return untrusted_value
result = ""
Expand Down

0 comments on commit ba66cba

Please sign in to comment.