Cleanup unused message embedding code
Fixup some warnings
This commit is contained in:
@@ -65,10 +65,11 @@ async fn main() -> Result<()> {
|
||||
location.latitude,
|
||||
location.longitude,
|
||||
)
|
||||
&& exists {
|
||||
skipped_count += 1;
|
||||
continue;
|
||||
}
|
||||
&& exists
|
||||
{
|
||||
skipped_count += 1;
|
||||
continue;
|
||||
}
|
||||
|
||||
batch_inserts.push(InsertLocationRecord {
|
||||
timestamp: location.timestamp,
|
||||
|
||||
Reference in New Issue
Block a user