Skip to content

Commit bc97e23

Browse files
authored
Merge pull request #6 from MengLi619/display
display: update
2 parents d69bf7f + f665848 commit bc97e23

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/cpp/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ Napi::Value createDisplay(const Napi::CallbackInfo &info) {
106106
}
107107

108108
Napi::Value destroyDisplay(const Napi::CallbackInfo &info) {
109-
blog(LOG_INFO, "destroyDisplay - 1");
110109
std::string displayName = info[0].As<Napi::String>();
111110
TRY_METHOD(studio->destroyDisplay(displayName))
112-
blog(LOG_INFO, "destroyDisplay - 2");
113111
return info.Env().Undefined();
114112
}
115113

0 commit comments

Comments
 (0)