From 9bb4ffbc40be0bd0076742d8a8042e9de7efb56b Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 26 十二月 2019 10:23:23 +0800 Subject: [PATCH] update --- cface.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cface.cpp b/cface.cpp index c5fe383..d212dc9 100644 --- a/cface.cpp +++ b/cface.cpp @@ -82,6 +82,5 @@ int track_resize(void *handle, const int w, const int h, const int chan){ sdkface *s = (sdkface*)handle; - printf("call cpp function\n"); return s->track_resize(w, h, chan); } \ No newline at end of file -- Gitblit v1.8.0