diff --git a/.gitmodules b/.gitmodules index 4f648a6..8459670 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule "servers/walletman"] path = servers/walletman url = https://gitea.seaflygames.live/ipay/walletman.git -[submodule "servers/usdtman"] - path = servers/usdtman - url = https://gitea.seaflygames.live/true_casey/usdtman.git diff --git a/.vscode/launch.json b/.vscode/launch.json index 9540eeb..9162cae 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -100,18 +100,6 @@ "buildFlags": "-buildvcs=false", "console": "integratedTerminal", "env": { "PATH": "/Users/hybro/go/bin:${env:PATH}" } - }, - { - "name": "Debug USDTMan Server", - "type": "go", - "request": "launch", - "mode": "debug", - "program": "${workspaceFolder}/servers/usdtman/cmd/server", - "cwd": "${workspaceFolder}/servers/usdtman", - "buildFlags": "-buildvcs=false", - "env": { - "PATH": "/Users/hybro/go/bin:${env:PATH}" - } } ] } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6d600f7..615a97b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -22,28 +22,6 @@ "kind": "build", "isDefault": true } - }, - { - "label": "build usdtman", - "type": "shell", - "command": "go", - "args": [ - "build", - "-buildvcs=false", - "-o", - "${workspaceFolder}/servers/usdtman/bin/server", - "./cmd/server" - ], - "options": { - "cwd": "${workspaceFolder}/servers/usdtman" - }, - "problemMatcher": [ - "$go" - ], - "group": { - "kind": "build", - "isDefault": true - } - }, + } ] } diff --git a/android/.idea/vcs.xml b/android/.idea/vcs.xml index c571faa..2c7ad46 100644 --- a/android/.idea/vcs.xml +++ b/android/.idea/vcs.xml @@ -5,7 +5,6 @@ - \ No newline at end of file diff --git a/servers/usdtman b/servers/usdtman deleted file mode 160000 index 753bd4a..0000000 --- a/servers/usdtman +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 753bd4a4d6aad63dd233ff1be4b025960badd9ed