Skip to content

Commit

Permalink
MAYA-106477 remove a debugging printf
Browse files Browse the repository at this point in the history
  • Loading branch information
Huidong Chen committed Sep 16, 2020
1 parent 8e107d8 commit 9afde83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/usd/hdMaya/delegates/proxyDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ void HdMayaProxyDelegate::PopulateSelectionList(

SdfPath usdPath = objectId.ReplacePrefix(delegateId, SdfPath::AbsoluteRootPath());

printf("usdPath: %s\n", usdPath.GetText());

#if defined(USD_IMAGING_API_VERSION) && USD_IMAGING_API_VERSION >= 14
usdPath = adapter->GetScenePrimPath(usdPath, instanceIndex, nullptr);
#elif defined(USD_IMAGING_API_VERSION) && USD_IMAGING_API_VERSION >= 13
Expand Down

0 comments on commit 9afde83

Please sign in to comment.