Skip to content

Commit 77e2bb3

Browse files
committed
Cleanup
1 parent 503367d commit 77e2bb3

File tree

5 files changed

+0
-204
lines changed

5 files changed

+0
-204
lines changed

crates/build/re_types_builder/src/objects.rs

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ impl Objects {
105105
let is_enum_component = obj.kind == ObjectKind::Component && obj.is_enum(); // Enum components are allowed to have no datatype.
106106
let is_test_component = obj.kind == ObjectKind::Component && obj.is_testing(); // Test components are allowed to have datatypes for the moment. TODO(andreas): Should clean this up as well!
107107
if !is_enum_component && !is_test_component {
108-
dbg!(&field);
109108
reporter.error(virtpath, &obj.fqname, format!("Field {:?} s a primitive field of type {:?}. Primitive types are only allowed on DataTypes.", field.fqname, field.typ));
110109
}
111110
}

crates/viewer/re_view_time_series/tests/support_for_deprecated_types.rs

-194
This file was deleted.

rerun_py/rerun_sdk/rerun/archetypes/scalar.py

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/archetypes/series_line.py

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/archetypes/series_point.py

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)