~fginther/sudoku-app/add-autopilot-package

« back to all changes in this revision

Viewing changes to components/SudokuBlocksGrid.qml

  • Committer: dinko.metalac at gmail
  • Date: 2013-07-09 14:09:16 UTC
  • mfrom: (67.1.1 sudoku-app)
  • Revision ID: dinko.metalac@gmail.com-20130709140916-nk5m5uktx2an95a2
MergedĀ lp:~dinko-metalac/sudoku-app/removed-debug

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        }
143
143
        alreadyCreated = true;
144
144
 
145
 
        print("Theme updated " + String(newColorScheme));
 
145
        //print("Theme updated " + String(newColorScheme));
146
146
    }
147
147
 
148
148
    function createNewGame(difficulty) {