Skip to content

Commit

Permalink
removed stray trace
Browse files Browse the repository at this point in the history
git-svn-id: http://min3d.googlecode.com/svn/trunk@117 470a5c22-fb99-cafe-615f-f07c7e978966
  • Loading branch information
[email protected] committed Feb 21, 2011
1 parent 730bada commit 50a8936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/min3d/core/Object3d.java
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ public boolean hasVertexColors()
*/
public void clear()
{
Log.v("x", "about to clear");

if (this.vertices().points() != null) this.vertices().points().clear();
if (this.vertices().uvs() != null) this.vertices().uvs().clear();
if (this.vertices().normals() != null) this.vertices().normals().clear();
Expand Down

0 comments on commit 50a8936

Please sign in to comment.