Changeset 7417:7db04fcb81ab


Ignore:
Timestamp:
11/24/07 23:37:45 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Tags:
2.8.14
Message:

Get rid of gap verbosity, which is just annoying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/interfaces/gap.py

    r7257 r7417  
    601601# that gap has been somehow upgraded). 
    602602if not os.path.exists(WORKSPACE) or os.path.getmtime(WORKSPACE) < os.path.getmtime(GAP_STAMP): 
    603     print "Automatically updating the cached Gap workspace:" 
    604     print WORKSPACE 
     603    #print "Automatically updating the cached Gap workspace:" 
     604    #print WORKSPACE 
    605605    gap_reset_workspace(verbose=False) 
    606606 
Note: See TracChangeset for help on using the changeset viewer.