Skip to content

Commit

Permalink
Cleaned up the code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrem committed Feb 13, 2024
1 parent cadd9e0 commit 0458de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions robot_log_visualizer/file_reader/signal_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def establish_connection(self):
self.timestamps = np.append(self.timestamps, recentTimestamp).reshape(-1)
del input["robot_realtime::timestamps"]

print(input["robot_realtime::newMetadata"])

for keyString, value in input.items():
keys = keyString.split("::")
self.__populateRealtimeLoggerData(self.data, keys, value, recentTimestamp)
Expand Down

0 comments on commit 0458de2

Please sign in to comment.