diff options
| author | 2011-01-19 17:50:15 -0800 | |
|---|---|---|
| committer | 2011-01-19 17:50:15 -0800 | |
| commit | a82bcf6a55d89017207ac2e47c21166652dca11f (patch) | |
| tree | 314017818b58e633f805db12701f3a6750483be4 /libs/rs | |
| parent | 5ea769dcc16be14cb08b4b0093c9c326ba3c1cf6 (diff) | |
| parent | 89f8b1e09373634502e69109a12a37aa6a1e22e7 (diff) | |
Merge "Remove some old logging code." into honeycomb
Diffstat (limited to 'libs/rs')
| -rw-r--r-- | libs/rs/rsContext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 98f30ae4ead7..3acb62460de0 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp @@ -1039,9 +1039,7 @@ void rsi_ContextDump(Context *rsc, int32_t bits) { } void rsi_ContextDestroyWorker(Context *rsc) { - LOGE("rsi_ContextDestroyWorker 1"); rsc->destroyWorkerThreadResources();; - LOGE("rsi_ContextDestroyWorker 2"); } } |