Remove debugging code
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 6 Jan 2016 16:30:12 +0000 (11:30 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 6 Jan 2016 16:30:24 +0000 (11:30 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
automation/kernel-seed.py

index 01658a392d0faf81851feb0521bafcf27ac55085..aefa50b66a5a0297540a31fd0a87dd71733955a3 100644 (file)
@@ -139,11 +139,6 @@ def main():
     if args.kernel_cutoff:
         kernel_cutoff = KernelVersion(args.kernel_cutoff)
 
-    print(kernel_path)
-    print(kernel_git)
-    print(kernel_cutoff)
-    return
-
     # Open or create the local repository
     if os.path.isdir(kernel_path):
         linux_repo = Repo(kernel_path)
This page took 0.024088 seconds and 4 git commands to generate.