Skip to content

Commit c821d31

Browse files
Remove debug method
1 parent 25d979b commit c821d31

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

common_tools_lib

playground/main.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,7 @@ void oscTest() {
140140
}
141141
}
142142

143-
DWORD WINAPI ThreadFunction(void *threadArgs) {
144-
return NULL;
145-
}
146-
147-
148143
int main() {
149-
std::cout << ThreadFunction << std::endl;
150-
// oscTest();
144+
oscTest();
151145
return 0;
152146
}
153-

0 commit comments

Comments
 (0)