diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-12-28 11:53:12 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-12-28 11:53:12 -0800 |
| commit | 5930463faa07ce95268b6011db37c5be183f9f10 (patch) | |
| tree | 182c5933399311f7e082ce4d34213d9a8d68f40d /src/rt/rust_shape.cpp | |
| parent | 7fd62bb2b57e71899748bdb9fed24b5fc5474a67 (diff) | |
| download | rust-5930463faa07ce95268b6011db37c5be183f9f10.tar.gz rust-5930463faa07ce95268b6011db37c5be183f9f10.zip | |
Tidy up some drift in runtime logging, close #1380.
Diffstat (limited to 'src/rt/rust_shape.cpp')
| -rw-r--r-- | src/rt/rust_shape.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index c4d9eb6a5a4..bd388ffff82 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -555,8 +555,6 @@ shape_cmp_type(int8_t *result, const type_desc *tydesc, extern "C" void shape_log_type(const type_desc *tydesc, uint8_t *data, uint32_t level) { rust_task *task = rust_scheduler::get_task(); - if (task->sched->log_lvl < level) - return; // TODO: Don't evaluate at all? shape::arena arena; shape::type_param *params = |
