diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-30 02:07:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-30 02:07:26 +0000 |
| commit | 705d70b053b6c99949dabf01405bbb598588b3a8 (patch) | |
| tree | 8ff02fc3b21b135510b73b9b5825a3601edf7f2c /scripts | |
| parent | f4c91c54b5117004603b81f1cdc0967f186cfaab (diff) | |
remove debug print
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/windowplacement.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/windowplacement.py b/scripts/windowplacement.py index 81d260e8..4a9f1aee 100644 --- a/scripts/windowplacement.py +++ b/scripts/windowplacement.py @@ -14,8 +14,6 @@ def random(data): client_area = data.client.area() frame_size = data.client.frame.size() screen_area = ob.openbox.screen(data.screen).area() - print str(screen_area.x()) + " " + str(screen_area.y()) + " " + \ - str(screen_area.width()) + " " + str(screen_area.height()) width = screen_area.width() - (client_area.width() + frame_size.left + frame_size.right) height = screen_area.height() - (client_area.height() + |
