aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutilCacheUserPhotosForDB.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/utilCacheUserPhotosForDB.tcl b/utilCacheUserPhotosForDB.tcl
index e0f2813..6225370 100755
--- a/utilCacheUserPhotosForDB.tcl
+++ b/utilCacheUserPhotosForDB.tcl
@@ -87,7 +87,6 @@ proc cachePhotoForId { IdNum } {
lappend command_str -c
lappend command_str --output-document=$cached_photo_file
lappend command_str $url
- puts $command_str
# TODO: devise some sort of lock mechanism to protect against duplicate downloads
set err [catch {eval $command_str} result]
if { $err } {