Skip to content

Commit 99b1063

Browse files
committed
Removed debug message and Travis-CI config
1 parent 803efb9 commit 99b1063

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Forms/FormMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private void renderCS()
129129

130130
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);
131131
var renderThread = new RenderThread(this, arguments);
132-
MessageBox.Show(FormMain.settings.config_cs["executable"] + " " + arguments);
132+
//MessageBox.Show(FormMain.settings.config_cs["executable"] + " " + arguments);
133133
}
134134

135135
}

0 commit comments

Comments
 (0)