aboutsummaryrefslogtreecommitdiff
path: root/utilCacheUserPhotosForDB.tcl
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2014-12-05 14:13:14 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2014-12-05 14:13:14 -0500
commit3d3da3aa6f8d75b1cf77c95a69776edb4846b0bf (patch)
tree1fdda1b9f03a90237ef1982b6dfd1052744d7c36 /utilCacheUserPhotosForDB.tcl
parent8337ef549312295bdb3dddb12be284c4fdcc9f6a (diff)
downloadGradeBook-3d3da3aa6f8d75b1cf77c95a69776edb4846b0bf.tar.gz
GradeBook-3d3da3aa6f8d75b1cf77c95a69776edb4846b0bf.zip
removed debug out
Diffstat (limited to 'utilCacheUserPhotosForDB.tcl')
-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 } {