Skip to content

Commit

Permalink
Disabled debug mode and set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss committed Jul 22, 2015
1 parent 9ed34d3 commit 05d5926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,10 +2,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<name>SAML Raider</name>
<url>http://github.com/SAMLRaider/SAMLRaider</url>
<description>Burp Suite Plugin for testing SAML2</description>
<description>SAML2 Burp Suite Extension</description>
<groupId>ch.hsr</groupId>
<artifactId>saml-raider</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/helpers/Flags.java
Expand Up @@ -3,6 +3,6 @@
public class Flags {

// Write SAMLRaiderDebug.log and load example certificates
public static final boolean DEBUG = true;
public static final boolean DEBUG = false;

}

0 comments on commit 05d5926

Please sign in to comment.