Skip to content

Commit

Permalink
Removed debug message and Travis-CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
clvrk committed Jul 4, 2019
1 parent 803efb9 commit 99b1063
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Forms/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void renderCS()

string arguments = String.Format(@"-w {0} -o {1} --dim {2} -f {3} {4} --brillouin_j {5} --brillouin_divider {6} --brillouin_offset {7} --forceoverwrite {8} --use_leaflet_legacy {9} --htmlfile {10} {11}", Path.GetFullPath(textBoxWorld.Text.ToString()), Path.GetFullPath(textBoxOutput.Text.ToString()), settings.config_cs["dimension"], settings.config_cs["image_format"].ToString().ToLower(), settings.config_cs["image_quality"], settings.config_cs["heightmap_j"], settings.config_cs["heightmap_divider"], settings.config_cs["heightmap_offset"], settings.config_cs["force_overwrite"], settings.config_cs["leaflet"], settings.config_cs["html_filename"], argumentProfile);
var renderThread = new RenderThread(this, arguments);
MessageBox.Show(FormMain.settings.config_cs["executable"] + " " + arguments);
//MessageBox.Show(FormMain.settings.config_cs["executable"] + " " + arguments);
}

}
Expand Down

0 comments on commit 99b1063

Please sign in to comment.