Changeset 6018


Ignore:
Timestamp:
Feb 15, 2016 2:04:25 PM (8 years ago)
Author:
ldelgass
Message:

Don't print selection info unless debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/mapviewer.tcl

    r6017 r6018  
    898898itcl::body Rappture::MapViewer::ReceiveSelect {option {args ""}} {
    899899    DebugTrace "Enter"
    900     switch $option {
    901         "annotation" {
    902             puts stderr "select annotation $args"
    903         }
    904         "clear" {
    905             puts stderr "select clear"
    906         }
    907         "feature" {
    908             puts stderr "select feature $args"
    909         }
    910     }
    911900    eval DoSelectCallback $option $args
    912901}
Note: See TracChangeset for help on using the changeset viewer.