Skip to content

Commit

Permalink
Removed unneeded Print-s
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Nov 22, 2015
1 parent e5d7424 commit 1ccbc38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
asmlib.InitAssembly("track")
asmlib.SetOpVar("TOOL_VERSION","4.108")
asmlib.SetOpVar("TOOL_VERSION","4.109")
asmlib.SetOpVar("DIRPATH_BAS",asmlib.GetOpVar("TOOLNAME_NL")..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_EXP","exp"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
asmlib.SetOpVar("DIRPATH_DSV","dsv"..asmlib.GetOpVar("OPSYM_DIRECTORY"))
Expand Down
2 changes: 0 additions & 2 deletions lua/trackassembly/trackasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2421,8 +2421,6 @@ function InsertRecord(sTable,tData)
end
tNames[snPrimayKey][iNameID] = MatchType(defTable,tData[3],3)
tNames[snPrimayKey].Kept = iNameID
Print(tTypes,"tTypes_asd")
Print(tNames,"tNames_asd")
else
return StatusLog(false,"InsertRecord: No settings for table "..sTable)
end
Expand Down

0 comments on commit 1ccbc38

Please sign in to comment.