Commit 32363f7a authored by Björn Bartels's avatar Björn Bartels 👩🏻
Browse files

PATLAB-8 removed code after "throw" statement.

parent be096919
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ function patternLibary (options) {
            $PL.patternUsage(thisPatternName, options.data.root);
        } else {
            throw ('Patternlibrary error: pattern "'+thisPatternName+'" not found');
            patternContent = '';
        }
        
        options.data.root.Patternlibrary = null ;