浏览代码

Fix demo.odin

gingerBill 7 年之前
父节点
当前提交
10758710d4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/demo/demo.odin

+ 0 - 1
examples/demo/demo.odin

@@ -735,7 +735,6 @@ deprecated_attribute :: proc() {
 
 
 
 
 main :: proc() {
 main :: proc() {
-	fmt.println("HERE\n");
 	when true {
 	when true {
 		general_stuff();
 		general_stuff();
 		union_type();
 		union_type();