Skip to content

Commit

Permalink
remove junk print
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Dec 8, 2024
1 parent 7b33da4 commit 6158105
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ private synchronized void saveLocal() {
object = "0.01";

csv += key + "," + size + "," + URL + "," + object + "\n";
} else {
com.neuronrobotics.sdk.common.Log.error("Failure on " + key);
}
}
}
if (baseURL != null)
try {
Expand Down

0 comments on commit 6158105

Please sign in to comment.