Changeset 14

Show
Ignore:
Timestamp:
02/20/07 13:32:38 (2 years ago)
Author:
kevin
Message:

remove spurious print statement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tgwebservices/runtime.py

    r1 r14  
    7474    if not hasattr(func, "_ws_func_info"): 
    7575        argspec = inspect.getargspec(func) 
    76         print argspec 
    7776        func._ws_func_info = FunctionInfo(argspec[0], argspec[3]) 
    7877