remove debug statement
authorTony Mack <tmack@cs.princeton.edu>
Wed, 11 Feb 2009 19:57:42 +0000 (19:57 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 11 Feb 2009 19:57:42 +0000 (19:57 +0000)
cmdline/sfi.py

index 8d51001..8289967 100755 (executable)
@@ -410,7 +410,6 @@ def nodes(opts, args):
       context = None
    else:
       context = args[0]
-   print context
    result = slicemgr.list_nodes(user_cred, context)
    display_rspec(opts.format, result)
    if (opts.file is not None):