Skip to content

Commit 033a34d

Browse files
author
vincentdarley
committed
remove debug code
1 parent bc47b2c commit 033a34d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/text.tcl

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file defines the default bindings for Tk text widgets and provides
44
# procedures that help in implementing the bindings.
55
#
6-
# RCS: @(#) $Id: text.tcl,v 1.34 2004/09/24 14:04:03 vincentdarley Exp $
6+
# RCS: @(#) $Id: text.tcl,v 1.35 2004/10/18 13:40:56 vincentdarley Exp $
77
#
88
# Copyright (c) 1992-1994 The Regents of the University of California.
99
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
@@ -459,7 +459,6 @@ set ::tk::Priv(prevPos) {}
459459
# (int)-1/3 = -1
460460
# The following code ensure equal +/- behaviour.
461461
bind Text <MouseWheel> {
462-
puts stderr %D
463462
if {%D >= 0} {
464463
%W yview scroll [expr {-%D/3}] pixels
465464
} else {

0 commit comments

Comments
 (0)