aboutsummaryrefslogtreecommitdiff
path: root/src/error-demo/error-demo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/error-demo/error-demo.cc')
-rw-r--r--src/error-demo/error-demo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error-demo/error-demo.cc b/src/error-demo/error-demo.cc
index b1b313e32..0d3dcf616 100644
--- a/src/error-demo/error-demo.cc
+++ b/src/error-demo/error-demo.cc
@@ -23,7 +23,6 @@ int main()
logger->logEI(e.info());
}
-
// ErrorInfo constructor
try {
auto e = Error("some error");