Skip to content

Commit 51e6c56

Browse files
committed
clean up code, should be good to go..
1 parent 08abe90 commit 51e6c56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grails-app/services/plm/PlmFreeCadUiService.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ class PlmFreeCadUiService implements WebAttributes {
359359
def l = bucket.linksMap
360360
def d = bucket.plmFilesMap
361361
def u = springSecurityService.currentUser as User
362-
def r = FreecadPlm.Bucket.newBuilder()
363362
Map<String, PlmFreeCadPart> loToP = [:]
364363
Map<String, List<PlmFreeCadPart>> pToLo = [:]
365364
def dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'")
@@ -399,7 +398,6 @@ class PlmFreeCadUiService implements WebAttributes {
399398
pp.plmFileDateCreated = dateFormat.parse(f.createdDate)
400399
pp.plmFileUserCreated = f.createdBy
401400
pp.plmFileUserUpdated = f.lastModifiedBy
402-
pp.label = f.label
403401
pp.plmContentType = Files.probeContentType(file.toPath())
404402
pp.plmContentShaOne = sha1
405403
pp.originalName = f.name

0 commit comments

Comments
 (0)