summaryrefslogtreecommitdiff
path: root/CommandLineWrapperExample
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineWrapperExample')
-rw-r--r--CommandLineWrapperExample/Program.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/CommandLineWrapperExample/Program.cs b/CommandLineWrapperExample/Program.cs
index 1b67cb8..0d9ecdf 100644
--- a/CommandLineWrapperExample/Program.cs
+++ b/CommandLineWrapperExample/Program.cs
@@ -19,7 +19,5 @@ internal class Program
// Use Current as the workspace directory
var workspace = new JVCSWorkspace();
await workspace.InitializeAsync(current);
-
- await workspace.SheetList();
}
}