commit | e6ebf054bf88d527881265d6984542a2acf0fcb7 | [log] [tgz] |
---|---|---|
author | natalie <v_natalie@mediatek.com> | Tue Nov 12 10:22:04 2024 +0800 |
committer | natalie <v_natalie@mediatek.com> | Wed Nov 13 15:56:51 2024 +0800 |
tree | f3bae06be8af4997a52f2c4797f9e33a1c902c83 | |
parent | 48da168f3d184caf6c643d277554c19f08a5d672 [diff] |
remove debug log
diff --git a/examples/lua/test_repo_name_extract.lua b/examples/lua/test_repo_name_extract.lua index 8c54053..6791c14 100644 --- a/examples/lua/test_repo_name_extract.lua +++ b/examples/lua/test_repo_name_extract.lua
@@ -35,7 +35,6 @@ if pp[s+1] ~= nil then repo = "/"..pp[s+1] end - core.Info(repo) local sep = string.find(repo, "~") if sep ~= nil then repo = string.sub(repo, 1, sep - 1)