Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amanda Ghassaei
DMDesign
Commits
eae1e2a9
Commit
eae1e2a9
authored
Sep 07, 2015
by
Amanda Ghassaei
Browse files
remove log statement
parent
428ee7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/lattice/Lattice.js
View file @
eae1e2a9
...
...
@@ -74,7 +74,6 @@ define(['underscore', 'backbone', 'appState', 'globals', 'plist', 'three', 'thre
this
.
set
(
"
partType
"
,
newPartType
,
{
silent
:
true
});
var
newMaterialClass
=
(
latticeData
.
materialClasses
||
plist
.
allMaterialClasses
)[
0
];
console
.
log
(
newMaterialClass
);
appState
.
set
(
"
materialClass
"
,
newMaterialClass
);
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment