Removed duplication code in abandon.py

code about getting argument is duplicated.
so this line is removed

Change-Id: Id321b999c7dacdb403cd986cbf35f8db62efc157
diff --git a/subcmds/abandon.py b/subcmds/abandon.py
index b94ccdd..84517b9 100644
--- a/subcmds/abandon.py
+++ b/subcmds/abandon.py
@@ -40,7 +40,6 @@
       print("error: '%s' is not a valid name" % nb, file=sys.stderr)
       sys.exit(1)
 
-    nb = args[0]
     err = []
     success = []
     all_projects = self.GetProjects(args[1:])