diff options
| author | ruki <[email protected]> | 2022-04-14 00:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-14 00:46:14 +0800 |
| commit | bbca3003a375bbf59c7af69e41edfbb514f3083f (patch) | |
| tree | 08da232fa259cdffc51917077dca246080eae49d /xmake/actions/service/main.lua | |
| parent | ced667a2f0a0b9ebf92456214b4bbb6d70ed74ed (diff) | |
remove tips
Diffstat (limited to 'xmake/actions/service/main.lua')
| -rw-r--r-- | xmake/actions/service/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/service/main.lua b/xmake/actions/service/main.lua index 355b43b41..d06c2f585 100644 --- a/xmake/actions/service/main.lua +++ b/xmake/actions/service/main.lua @@ -34,7 +34,6 @@ import("private.service.show_logs") import("private.service.show_status") function main() - cprint("${color.warning}It's experimental feature, still in development!") config.load() if option.get("start") then start_service({daemon = true}) |
