diff gui_ze/gui_ze.bzl @ 128:7eb79fd91c7e

[Misc] Fixed all bazel targets. I should creat a separate scripts for these lol.
author June Park <parkjune1995@gmail.com>
date Thu, 08 Jan 2026 19:20:56 -0800
parents a30944e5719e
children bdcc610eeed8
line wrap: on
line diff
--- a/gui_ze/gui_ze.bzl	Thu Jan 08 18:05:47 2026 -0800
+++ b/gui_ze/gui_ze.bzl	Thu Jan 08 19:20:56 2026 -0800
@@ -32,7 +32,6 @@
     for directory in f.path.split("/"):
       if directory == binary.short_path.split("/")[0]:
         break
-      print("\n\n equals: ", directory, binary.short_path.split("/")[0]);
       start += 1
 
     # Remove the first folder (output) and last file (actaul files that needed to be copied)
@@ -49,9 +48,6 @@
     command = " && ".join(copy_cmd),
     progress_message = "Bundling {}".format(ctx.label.name),
   )
-
-  print("[INFO] See {}".format(out_dir.path))
-
   return [DefaultInfo(files = depset([out_dir]))]
 
 bundle = rule(