diff CodeAnalysis/ParseOrthancSDK.py @ 28:b2bbb516056e

The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Apr 2020 07:59:35 +0200
parents df7b4f8a0437
children abe6dcd7f35e
line wrap: on
line diff
--- a/CodeAnalysis/ParseOrthancSDK.py	Tue Apr 07 07:52:07 2020 +0200
+++ b/CodeAnalysis/ParseOrthancSDK.py	Mon Apr 27 07:59:35 2020 +0200
@@ -19,11 +19,6 @@
 ##
 
 
-# Ubuntu 18.04:
-# sudo apt-get install python-clang-4.0
-# python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 ../Resources/Orthanc/Sdk-1.5.7/orthanc/OrthancCPlugin.h ../Sources/Autogenerated
-
-
 import argparse
 import clang.cindex
 import os