Commit 8f3d30a9 authored by Andreas Heimann's avatar Andreas Heimann

fixed debug flag

parent a2a1e3e8
......@@ -5,7 +5,7 @@ class SSAPI {
if(process.env.NODE_ENV !== 'development') {
return true;
} else {
return true;
return false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment