mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 23:10:59 -04:00
Squelch excessive logging
This commit is contained in:
parent
cf6d88f17e
commit
f531b2ecaa
4 changed files with 37 additions and 1 deletions
|
@ -729,7 +729,7 @@ class MapView(Widget):
|
|||
post_multiply=True,
|
||||
anchor=scatter.to_local(x, y),
|
||||
)
|
||||
print(f"Snapped scale. Self = {self._scale} Scale = {scale}")
|
||||
# print(f"Snapped scale. Self = {self._scale} Scale = {scale}")
|
||||
else:
|
||||
pass
|
||||
# print(f"Self = {self._scale} Scale = {scale} Rescale = {rescale} Zoom = {self.zoom}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue