Skip to content

Commit aa757df

Browse files
committed
server/input: Remove left over debug messages
1 parent fac333a commit aa757df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

obs-studio-server/source/osn-input.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ void osn::Input::FromName(void* data, const int64_t id, const std::vector<ipc::v
197197
return;
198198
}
199199

200-
blog(LOG_DEBUG, "FromName Called with %llx", source);
201-
202200
uint64_t uid = osn::Source::Manager::GetInstance().find(source);
203201
if (uid == UINT64_MAX) {
204202
// This is an impossible case, but we handle it in case it happens.
@@ -212,8 +210,6 @@ void osn::Input::FromName(void* data, const int64_t id, const std::vector<ipc::v
212210
return;
213211
}
214212

215-
blog(LOG_DEBUG, "FromName Called with %llx, resulting id %llu", source, uid);
216-
217213
obs_source_release(source);
218214

219215
rval.push_back(ipc::value((uint64_t)ErrorCode::Ok));

0 commit comments

Comments
 (0)