Skip to content

Commit

Permalink
Removed DAC debug code for PTS parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartin71 committed Mar 14, 2023
1 parent 1215c3c commit 2ac75e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web-server/plugins/slycat-dac/dac-zip-file-parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ def parse_pts_thread (database, model, zip_ref, csv_files, meta_files, files_no_

# save distance matrix
var_dist.append(dist_i)
cherrypy.log.error("HELLO PTS")
cherrypy.log.error(str(dist_i))

# show which digitizers were parsed
for i in range(num_vars):
Expand Down

0 comments on commit 2ac75e0

Please sign in to comment.