Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise committed Jan 24, 2017
1 parent f3dbccc commit c8c144a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HTML.sketchplugin/Contents/Sketch/html.cocoascript
Expand Up @@ -495,7 +495,6 @@ function getOptions(exporter) {

for (var i = 0; i < pngCellArray.count(); i++) {
var cell = pngCellArray.objectAtIndex(i);
log(cell.title() + " " + cell.state());
if (cell.state()) {
options.imageScales.push(parseInt(cell.title().substring(1)));
}
Expand Down

0 comments on commit c8c144a

Please sign in to comment.