You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-01 22:52:06 +02:00
remove debug logging #1061
This commit is contained in:
@@ -116,7 +116,6 @@ export class LightboxService {
|
||||
|
||||
private updateQuery(key: string, defValue: boolean | number, newValue: boolean | number) {
|
||||
if (defValue === newValue) {
|
||||
console.log(key, 'is the same');
|
||||
newValue = null;
|
||||
}
|
||||
// Merge this param into the current URL
|
||||
|
||||
Reference in New Issue
Block a user