Skip to content

Commit

Permalink
removed debug println() call
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherhaks authored Apr 2, 2019
1 parent 5ca8a21 commit ac415b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com/halfdeadgames/kterminal/KTerminalRenderer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class KTerminalRenderer(val batch: SpriteBatch,

val tempTilesetFile = tilesetFile ?: "defaultKTerminalFontSheet.png"

println(tempTilesetFile)


val pixmap = Pixmap(Gdx.files.internal(tempTilesetFile))

Expand Down Expand Up @@ -204,4 +202,4 @@ class KTerminalRenderer(val batch: SpriteBatch,
glyphTexture.dispose()
backgroundTexture.dispose()
}
}
}

0 comments on commit ac415b5

Please sign in to comment.