mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(deadcode): enforce repository hard zero (#108641)
This commit is contained in:
committed by
GitHub
parent
cf8cfa8322
commit
bae9752c5a
@@ -234,8 +234,3 @@ if (process.argv[1] && fileURLToPath(import.meta.url) === process.argv[1]) {
|
||||
process.exitCode = await runGatewaySmoke({ token: cli.token, urlRaw: cli.urlRaw });
|
||||
}
|
||||
}
|
||||
|
||||
export const testing = {
|
||||
parseGatewaySmokeCli,
|
||||
usage,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user